gnu.io
Class I2C.I2COutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bygnu.io.I2C.I2COutputStream
Enclosing class:
I2C

class I2C.I2COutputStream
extends java.io.OutputStream

Inner class for I2COutputStream


Constructor Summary
(package private) I2C.I2COutputStream()
           
 
Method Summary
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I2C.I2COutputStream

I2C.I2COutputStream()
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException