java.io
Class Reader
java.lang.Object
|
+--java.io.Reader
- Direct Known Subclasses:
- BufferedReader, CharArrayReader, FilterReader, InputStreamReader, PipedReader, StringReader
- public abstract synchronized class Reader
- extends Object
lock
protected Object lock
Reader
protected Reader()
Reader
protected Reader(Object)
read
public int read()
throws IOException
IOException
read
public int read(char[])
throws IOException
IOException
read
public abstract int read(char[],
int,
int)
throws IOException
IOException
skip
public long skip(long)
throws IOException
IOException
ready
public boolean ready()
throws IOException
IOException
markSupported
public boolean markSupported()
mark
public void mark(int)
throws IOException
IOException
reset
public void reset()
throws IOException
IOException
close
public abstract void close()
throws IOException
IOException