Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
UTF_BOM |
65279 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
EXTENSION_SEPARATOR |
46 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ONE_EB |
1152921504606846976L |
public static final long |
ONE_GB |
1073741824L |
public static final long |
ONE_KB |
1024L |
public static final long |
ONE_MB |
1048576L |
public static final long |
ONE_PB |
1125899906842624L |
public static final long |
ONE_TB |
1099511627776L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
8192 |
public static final char |
DIR_SEPARATOR_UNIX |
47 |
public static final char |
DIR_SEPARATOR_WINDOWS |
92 |
public static final int |
EOF |
-1 |
public static final String |
LINE_SEPARATOR_UNIX |
"\n" |
public static final String |
LINE_SEPARATOR_WINDOWS |
"\r\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
END_OF_STREAM |
-1 |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.