All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.java.io.InputStream
|
+----org.jos.java.io.FilterInputStream
based on kore-0.0.7 by Glynn Clements
public int available() throws IOException
public void close() throws IOException
public void mark(int readlimit)
public boolean markSupported()
public int read() throws IOException
public int read(byte[] b) throws IOException
public int read(byte[] b,
int off,
int len) throws IOException
public void reset() throws IOException
public long skip(long n) throws IOException
All Packages Class Hierarchy This Package Previous Next Index