java > java.io > java.io.reader >

Class: java.io.Reader
    java.lang.Object
       java.io.Reader


public abstract class Reader extends Object implements Readable, Closeable


FIELDS:
protected Object lock

CONSTRUCTORS:
protected Reader()

protected Reader(Object lock)


METHODS:
public abstract void close()
Throws: IOException

public void mark(int readAheadLimit)
Throws: IOException

public boolean markSupported()

public int read()
Throws: IOException

public int read(char[] cbuf)
Throws: IOException

public abstract int read(char[] cbuf, int off, int len)
Throws: IOException

public int read(CharBuffer target)
Throws: IOException
Throws: NullPointerException

public boolean ready()
Throws: IOException

public void reset()
Throws: IOException

public long skip(long n)
Throws: IllegalArgumentException
Throws: IOException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
BufferedReader, CharArrayReader, FilterReader, InputStreamReader, PipedReader, StringReader,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net