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