|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpecialNames
Special names used to denote standard streams or operations on regular files.
| Field Summary | |
|---|---|
static String |
PREFIX_APPEND
When this prefix appears in front of an output file name, it indicates that new data must be appended to the end of the file, instead of overwriting existing data. |
static String |
STANDARD_ERROR
The standard error stream. |
static String |
STANDARD_INPUT
The standard input stream. |
static String |
STANDARD_OUTPUT
The standard output stream. |
| Field Detail |
|---|
static final String STANDARD_INPUT
static final String STANDARD_OUTPUT
static final String STANDARD_ERROR
static final String PREFIX_APPEND
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||