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