java.lang.Object java.io.Reader java.io.FilterReader
public void close() throws IOException
protected FilterReader(Reader in)
protected Reader in
public void mark(int readAheadLimit) throws IOException
public boolean markSupported()
public int read() throws IOException
public int read(char[] cbuf, int off, int len) throws IOException
public boolean ready() throws IOException
public void reset() throws IOException
public long skip(long n) throws IOException