public class FastPushbackReader extends FilterReader
Modifier and Type | Field and Description |
---|---|
protected int |
col |
protected int |
line |
in
Modifier and Type | Method and Description |
---|---|
int |
read() |
void |
unread(int c) |
close, mark, markSupported, read, ready, reset, skip
public int read() throws IOException
read
in class FilterReader
IOException
public void unread(int c) throws IOException
IOException
Copyright © 2016. All rights reserved.