Class ccj.Console
All Packages Class Hierarchy This Package Previous Next Index
Class ccj.Console
java.lang.Object
|
+----ccj.Console
- public class Console
- extends Object
-
in
- The standard text input stream, like System.in, but with methods for reading numeric input
-
out
- The standard text output stream, like System.out, but with methods for formatted output
-
Console()
-
in
public static TextInputStream in
- The standard text input stream, like System.in, but with methods for reading numeric input
out
public static TextOutputStream out
- The standard text output stream, like System.out, but with methods for formatted output
Console
public Console()
All Packages Class Hierarchy This Package Previous Next Index