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