Public Member Functions | |
ConsolePrintStream (java.io.OutputStream out) | |
Create a ConsolePrintStream on the specified OutputStream, usually System.out. | |
void | print (String str) |
Override the print(String) method from PrintStream to perform the character conversion using the console character converter. | |
Static Package Functions | |
[static initializer] |
|
Create a ConsolePrintStream on the specified OutputStream, usually System.out.
|
|
The encoding used for console conversions. |
|
Override the print(String) method from PrintStream to perform the character conversion using the console character converter.
|