A character reader for byte input stream.
Defined in: InputStreamReader.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.io.InputStreamReader(input, csn)
Creates a writer.
|
| Method Attributes | Method Name and Description |
|---|---|
|
close()
Closes this stream.
|
|
|
flush()
Flushs this stream.
|
|
|
Tells if this stream supports the mark and reset methods.
|
|
|
readCharBuffer(cb)
Reads the underlying stream into a character buffer.
|