public class FastPushbackReader extends BufferedReader
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
void |
unread(int c) |
close, lines, mark, markSupported, read, readLine, ready, reset, skippublic int read()
throws IOException
read in class BufferedReaderIOExceptionpublic void unread(int c)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.