Class jls.io.OutputStreamWriter

A character writer for byte output stream.
Defined in: OutputStreamWriter.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a writer.
Method Summary
Method Attributes Method Name and Description
 
write(s)
Writes a string.
 
Writes a string.
Class Detail
jls.io.OutputStreamWriter(out, csn)
Creates a writer.
Parameters:
{jls.io.OutputStream} out
The underlying byte output stream.
{String} csn
The name of the character set to use.
Method Detail
{Number} write(s)
Writes a string.
Parameters:
{String} s
The string to write.
Returns:
{Number} the write byte count.

{Number} writeLine(s)
Writes a string.
Parameters:
{String} s
The string to write.
Returns:
{Number} the write byte count.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:13 GMT+0100 (CET)