All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.io.Reader
protected Object lock
protected Reader()
protected Reader(Object lock)
public int read() throws IOException
Subclasses that intend to support efficient single-character input should override this method.
public int read(char cbuf[]) throws IOException
public abstract 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 abstract void close() throws IOException
All Packages Class Hierarchy This Package Previous Next Index