public class FastPushbackBytesReader extends Object implements FastPushbackReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getCol() |
String |
getLastSnippet() |
int |
getLine() |
int |
read() |
void |
unread(int c) |
public String getLastSnippet()
getLastSnippet in interface FastPushbackReaderpublic int read()
throws IOException
read in interface FastPushbackReaderIOExceptionpublic int getCol()
getCol in interface FastPushbackReaderpublic int getLine()
getLine in interface FastPushbackReaderpublic void unread(int c)
throws IOException
unread in interface FastPushbackReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2016. All rights reserved.