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.LineNumberInputStream
based on kore-0.0.7 by Glynn Clements
public LineNumberInputStream(InputStream in)
public int available() throws IOException
public void mark(int readlimit)
public boolean markSupported()
public int read() 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
public int getLineNumber()
public void setLineNumber(int n)
All Packages Class Hierarchy This Package Previous Next Index