public class FastPushbackBufferedReader extends BufferedReader implements FastPushbackReader
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, skip
public String getLastSnippet()
getLastSnippet
in interface FastPushbackReader
public int read() throws IOException
read
in interface FastPushbackReader
read
in class BufferedReader
IOException
public void unread(int c) throws IOException
unread
in interface FastPushbackReader
IOException
public int getCol()
getCol
in interface FastPushbackReader
public int getLine()
getLine
in interface FastPushbackReader
Copyright © 2016. All rights reserved.