All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.java.io.OutputStream
based on kore-0.0.7 by Glynn Clements
public OutputStream()
public void close() throws IOException
public void flush() throws IOException
public abstract void write(int b) throws IOException
public void write(byte[] b,
int off,
int len) throws IOException
public void write(byte[] b) throws IOException
All Packages Class Hierarchy This Package Previous Next Index