| Servertec | PrintStream( ) | |
|
|
Returns a new print stream object. SyntaxPrintStream( outputstream )PrintStream( outputstream, boolean ) Parametersoutputstream the output stream object to use.boolean whether to automatically flush the print stream object on newline. Returnsprintstream a new print stream object.Example
ps = PrintStream( os ) |
|
top of page
|