A character reader for byte input stream.
Defined in: BufferedInputStream.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.io.BufferedInputStream(input, size)
Creates a BufferedInputStream.
|
| Method Attributes | Method Name and Description |
|---|---|
|
close()
Closes this stream.
|
|
|
flush()
Flushs this stream.
|
|
|
Tells if this stream supports the mark and reset methods.
|
|
|
read(buffer)
Reads this file into a buffer.
|
|
|
readByte()
Reads a byte.
|
|
|
readByteArray(barray, offset, length)
Reads bytes into the specified byte array, starting at the given offset.
|