public class FastPushbackBufferedReader extends BufferedReader implements FastPushbackReader
| Constructor and Description |
|---|
FastPushbackBufferedReader(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCol() |
String |
getLastSnippet() |
int |
getLine() |
int |
read() |
void |
unread(int c) |
close, lines, mark, markSupported, read, readLine, ready, reset, skippublic FastPushbackBufferedReader(Reader reader)
public String getLastSnippet()
getLastSnippet in interface FastPushbackReaderpublic int read()
throws IOException
read in interface FastPushbackReaderread in class BufferedReaderIOExceptionpublic void unread(int c)
throws IOException
unread in interface FastPushbackReaderIOExceptionpublic int getCol()
getCol in interface FastPushbackReaderpublic int getLine()
getLine in interface FastPushbackReaderCopyright © 2024. All rights reserved.