Class jls.io.PrintStream


Extends jls.io.OutputStreamWriter.
A print stream.
Defined in: PrintStream.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
jls.io.PrintStream(out, csn, csn)
Creates a print stream.
Method Summary
Method Attributes Method Name and Description
 
print(s)
Prints a string.
 
Prints a string.
Methods borrowed from class jls.io.OutputStreamWriter:
write, writeLine
Class Detail
jls.io.PrintStream(out, csn, csn)
Creates a print stream.
Parameters:
{jls.io.OutputStream} out
The underlying byte output stream or a file, a filename.
{String} csn
The name of the character set to use.
csn
Method Detail
{Number} print(s)
Prints a string.
Parameters:
{String} s
The string to write.
Returns:
{Number} the write byte count.

{Number} println(s)
Prints 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)