public class FastPushbackReader extends FilterReader
| Modifier and Type | Field and Description |
|---|---|
protected int |
col |
protected int |
line |
in| Modifier and Type | Method and Description |
|---|---|
int |
read() |
void |
unread(int c) |
close, mark, markSupported, read, ready, reset, skippublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic void unread(int c)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.