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

Variable Index

 o in
The standard text input stream, like System.in, but with methods for reading numeric input
 o out
The standard text output stream, like System.out, but with methods for formatted output

Constructor Index

 o Console()

Variables

 o in
  public static TextInputStream in
The standard text input stream, like System.in, but with methods for reading numeric input
 o out
  public static TextOutputStream out
The standard text output stream, like System.out, but with methods for formatted output

Constructors

 o Console
  public Console()

All Packages  Class Hierarchy  This Package  Previous  Next  Index