| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
1024 |
public static final int |
DEFAULT_LARGE_BUFFER_SIZE |
8192 |
public static final int |
DEFAULT_MIDDLE_BUFFER_SIZE |
4096 |
public static final int |
EOF |
-1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
BREAK |
" " |
public static final String |
LOCALHOST_IP |
"127.0.0.1" |
public static final String |
TAB |
" " |
public static final String |
UNIX_LINE_BREAK |
"\r" |
public static final String |
WINDOWS_LINE_BREAK |
"\r\n" |
Copyright © 2021. All rights reserved.