public abstract class FilterReader extends Reader
Modifier | Constructor and Description |
---|---|
protected |
FilterReader(Reader in) |
protected Reader in
protected FilterReader(Reader in)
public void close() throws IOException
close
in class Reader
IOException
public void mark(int readLimit) throws IOException
mark
in class Reader
IOException
public boolean markSupported()
markSupported
in class Reader
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] chars, int off, int len) throws IOException
Reader
read
in class Reader
IOException
public boolean ready() throws IOException
ready
in class Reader
IOException
public void reset() throws IOException
reset
in class Reader
IOException
public long skip(long n) throws IOException
skip
in class Reader
IOException