kAWT Version 0.90

java.io
Class OutputStream

java.lang.Object
  |
  +--java.io.OutputStream
Direct Known Subclasses:
FileOutputStream

public abstract synchronized class OutputStream
extends Object


Constructor Summary
OutputStream()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[])
           
 void write(byte[], int, int)
           
abstract  void write(int)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStream

public OutputStream()
Method Detail

close

public void close()
           throws IOException

flush

public void flush()
           throws IOException

write

public abstract void write(int)
                    throws IOException

write

public void write(byte[])
           throws IOException

write

public void write(byte[],
                  int,
                  int)
           throws IOException

kAWT Version 0.90