java > java.io > java.io.bufferedreader >

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


public class BufferedReader extends Reader


FIELDS:

CONSTRUCTORS:
public BufferedReader(Reader in, int sz)

public BufferedReader(Reader in)


METHODS:
public void close()
Throws: IOException
Overrides: Reader

public void mark(int readAheadLimit)
Throws: IllegalArgumentException
Throws: IOException
Overrides: Reader

public boolean markSupported()
Overrides: Reader

public int read()
Throws: IOException
Overrides: Reader

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

public String readLine()
Throws: IOException

public boolean ready()
Throws: IOException
Overrides: Reader

public void reset()
Throws: IOException
Overrides: Reader

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


INHERITED METHODS:
read(java.nio.CharBuffer), read(), read(char[]), read(char[], int, int), skip(long), ready(), markSupported(), mark(int), reset(), close(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
LineNumberReader,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net