java.io
Class BufferedReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
- public class BufferedReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
markedChar
private int markedChar
nChars
private int nChars
in
private Reader in
INVALIDATED
private static final int INVALIDATED
nextChar
private int nextChar
cb
private char[] cb
readAheadLimit
private int readAheadLimit
defaultExpectedLineLength
private static int defaultExpectedLineLength
defaultCharBufferSize
private static int defaultCharBufferSize
skipLF
private boolean skipLF
markedSkipLF
private boolean markedSkipLF
UNMARKED
private static final int UNMARKED
BufferedReader
public BufferedReader(Reader)
BufferedReader
public BufferedReader(Reader,
int)
read
public int read()
throws IOException
- Overrides:
read
in class Reader
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
ensureOpen
private void ensureOpen()
throws IOException
- Throws:
IOException
fill
private void fill()
throws IOException
- Throws:
IOException
reset
public void reset()
throws IOException
- Overrides:
reset
in class Reader
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class Reader
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class Reader
- Throws:
IOException
mark
public void mark(int)
throws IOException
- Overrides:
mark
in class Reader
- Throws:
IOException
skip
public long skip(long)
throws IOException
- Overrides:
skip
in class Reader
- Throws:
IOException
read
public int read(char[],
int,
int)
throws IOException
- Throws:
IOException
read1
private int read1(char[],
int,
int)
throws IOException
- Throws:
IOException
readLine
public String readLine()
throws IOException
- Throws:
IOException
readLine
String readLine(boolean)
throws IOException
- Throws:
IOException
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.