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