All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.Reader | +----java.io.FilterReader
protected Reader in
protected FilterReader(Reader in)
public int read() throws IOException
public int read(char cbuf[], int off, int len) throws IOException
public long skip(long n) throws IOException
public boolean ready() throws IOException
public boolean markSupported()
public void mark(int readAheadLimit) throws IOException
public void reset() throws IOException
public void close() throws IOException