| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
INDEX_NOT_FOUND |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
CR |
13 |
public static final char |
LF |
10 |
public static final char |
NUL |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
YEAR_DURATION_MILLS |
31536000000L |
| 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 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 char |
DOT_CHAR |
46 |
public static final String |
EMPTY |
"" |
public static final int |
INDEX_NOT_FOUND |
-1 |
public static final String |
SPACE |
" " |
public static final char |
SPACE_CHAR |
32 |
Copyright © 2020. All rights reserved.