java.io
Class OutputStream
java.lang.Object
|
+--java.io.OutputStream
- Direct Known Subclasses:
- FileOutputStream
- public abstract synchronized class OutputStream
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStream
public OutputStream()
write
public abstract void write(int)
throws IOException
write
public void write(byte[])
throws IOException
write
public void write(byte[],
int,
int)
throws IOException
flush
public void flush()
throws IOException
close
public void close()
throws IOException