All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.java.io.InputStream
|
+----org.jos.java.io.SequenceInputStream
based on kore-0.0.7 by Glynn Clements
public SequenceInputStream(Enumeration e)
public SequenceInputStream(InputStream s1,
InputStream s2)
public int read() throws IOException
public int read(byte[] buf,
int pos,
int len) throws IOException
public void close() throws IOException
All Packages Class Hierarchy This Package Previous Next Index