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
IOExceptionint read() throws IOException
IOExceptionString getLastSnippet()
Copyright © 2024. All rights reserved.