|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants used in the remote file system support
Field Summary | |
---|---|
static String |
copyright
|
static byte[] |
LINE_SEPARATOR_BYTE_ARRAY_UNIX
Unix-style line separator as a byte array: 10 |
static byte[] |
LINE_SEPARATOR_BYTE_ARRAY_WINDOWS
Windows-style line separator as a byte array: 13 and 10 respectively |
static char |
PATH_SEPARATOR_CHAR_UNIX
Unix-style path separator as a char: ':' |
static char |
PATH_SEPARATOR_CHAR_WINDOWS
Windows-style path separator as a char: ';' |
static String |
PATH_SEPARATOR_UNIX
Unix-style path separator as a string: ":" |
static String |
PATH_SEPARATOR_WINDOWS
Windows-style path separator as a string: ";" |
static char |
SEPARATOR_CHAR_UNIX
Unix-style folder-name separator as a char: '/' |
static char |
SEPARATOR_CHAR_WINDOWS
Windows-style folder-name separator as a char: '\' |
static String |
SEPARATOR_UNIX
Unix-style folder-name separator as a string: "/" |
static String |
SEPARATOR_WINDOWS
Windows-style folder-name separator as a string: "\" |
Field Detail |
public static final String copyright
public static final String SEPARATOR_UNIX
public static final char SEPARATOR_CHAR_UNIX
public static final String PATH_SEPARATOR_UNIX
public static final char PATH_SEPARATOR_CHAR_UNIX
public static final byte[] LINE_SEPARATOR_BYTE_ARRAY_UNIX
public static final String SEPARATOR_WINDOWS
public static final char SEPARATOR_CHAR_WINDOWS
public static final String PATH_SEPARATOR_WINDOWS
public static final char PATH_SEPARATOR_CHAR_WINDOWS
public static final byte[] LINE_SEPARATOR_BYTE_ARRAY_WINDOWS
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |