public interface SpecialNames
| Modifier and Type | Field and Description |
|---|---|
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.
|
static final String STANDARD_INPUT
static final String STANDARD_OUTPUT
static final String STANDARD_ERROR
static final String PREFIX_APPEND
Copyright © 2015. All Rights Reserved.