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