All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.java.io.FilterOutputStream
|
+----org.jos.java.io.BufferedOutputStream
based on kore-0.0.7 by Glynn Clements
public BufferedOutputStream(OutputStream out,
int size)
public BufferedOutputStream(OutputStream out)
public void flush() throws IOException
public 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