public abstract class FileConst
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BACKSLASH
Constant for the slash. current value:"\"
|
static int |
BLOCKSIZE
Constant for the blocksize. current value:8192
|
static java.lang.String |
DOT
Constant for the dot. current value:"."
|
static java.lang.String |
DOUBLEDOT
Constant for the dot. current value:":"
|
static java.lang.String[] |
INVALID_CHARS_IN_FILENAME
String array with the invalid characters in filenames.
|
static int |
KILOBYTE
Constant for the kilobyte. current value:1024
|
static java.lang.String |
SLASH
Constant for the slash. current value:"/"
|
static java.lang.String[] |
ZIP_EXTENSIONS
String array with a few extensions from zip-files.
|
| Constructor and Description |
|---|
FileConst() |
public static final java.lang.String BACKSLASH
public static final int BLOCKSIZE
public static final java.lang.String DOT
public static final java.lang.String DOUBLEDOT
public static java.lang.String[] INVALID_CHARS_IN_FILENAME
public static final int KILOBYTE
public static final java.lang.String SLASH
public static final java.lang.String[] ZIP_EXTENSIONS