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