public interface IPushbackReader
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
void |
unread(int c) |
int read() throws IOException
IOExceptionvoid unread(int c)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.