public interface FastPushbackReader extends Closeable
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
String |
getLastSnippet() |
int |
getLine() |
int |
read() |
void |
unread(int c) |
int getCol()
int getLine()
void unread(int c) throws IOException
IOException
int read() throws IOException
IOException
String getLastSnippet()
Copyright © 2016. All rights reserved.