Class jls.io.InputStreamReader

A character reader for byte input stream.
Defined in: InputStreamReader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a writer.
Method Summary
Method Attributes Method Name and Description
 
Closes this stream.
 
Flushs this stream.
 
Tells if this stream supports the mark and reset methods.
 
Reads the underlying stream into a character buffer.
Class Detail
jls.io.InputStreamReader(input, csn)
Creates a writer.
Parameters:
{jls.io.InputStream} input
The underlying byte input stream.
{String} csn
The name of the character set to use.
Method Detail
close()
Closes this stream.

flush()
Flushs this stream.

{Boolean} markSupported()
Tells if this stream supports the mark and reset methods.
Returns:
{Boolean} if this stream instance supports the mark and reset methods; false otherwise.

{Number} readCharBuffer(cb)
Reads the underlying stream into a character buffer.
Parameters:
{jls.lang.CharBuffer} cb
The character buffer to read into.
Returns:
{Number} the read byte count.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 01:56:36 GMT+0100 (CET)