public class PushBackInputStream extends FilterInputStream
in
Constructor and Description |
---|
PushBackInputStream(InputStream ins) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
int |
getRead() |
void |
pushback() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public PushBackInputStream(InputStream ins)
public final int getLineNumber()
public final int getColumnNumber()
public final int getRead()
public final int read() throws IOException
read
in class FilterInputStream
IOException
public void pushback()