|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A collection of useful definitions for standalone applications. To use it, define your class to implement StdIO.
| Field Summary | |
static FormatWriter |
cerr
C++-ish synonym for stderr. |
static FormatReader |
cin
C++-ish synonym for stdin. |
static FormatWriter |
cout
C++-ish synonym for stdout. |
static FormatWriter |
stderr
The standard error output (which goes to System.err) as a formatted stream. |
static FormatReader |
stdin
The standard input delivered by System.in as a formatted stream. |
static FormatWriter |
stdout
The standard output (which goes to System.out) as a formatted stream. |
| Field Detail |
public static final FormatReader stdin
public static final FormatReader cin
public static final FormatWriter stdout
public static final FormatWriter cout
public static final FormatWriter stderr
public static final FormatWriter cerr
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||