Provides a buffered reader for character reader.
Defined in: BufferedReader.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.io.BufferedReader(reader, size)
Creates a BufferedReader.
|
| Method Attributes | Method Name and Description |
|---|---|
|
close()
Closes this stream.
|
|
|
flush()
Flushs this stream.
|
|
|
Tells if this stream supports the mark and reset methods.
|
|
|
readChar()
Reads a byte.
|
|
|
readCharBuffer(buffer)
Reads this file into a buffer.
|
|
|
readLine()
Reads a line and returns the string.
|