Package io.github.astrapi69
Class FileConst
- java.lang.Object
-
- io.github.astrapi69.FileConst
-
public abstract class FileConst extends java.lang.Object
Constant Class for files.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BACKSLASH
Constant for the slash. current value:"\"static int
BLOCKSIZE
Constant for the blocksize. current value:8192static 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:1024static 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 Summary
Constructors Constructor Description FileConst()
-
-
-
Field Detail
-
BACKSLASH
public static final java.lang.String BACKSLASH
Constant for the slash. current value:"\"- See Also:
- Constant Field Values
-
BLOCKSIZE
public static final int BLOCKSIZE
Constant for the blocksize. current value:8192- See Also:
- Constant Field Values
-
DOT
public static final java.lang.String DOT
Constant for the dot. current value:"."- See Also:
- Constant Field Values
-
DOUBLEDOT
public static final java.lang.String DOUBLEDOT
Constant for the dot. current value:":"- See Also:
- Constant Field Values
-
KILOBYTE
public static final int KILOBYTE
Constant for the kilobyte. current value:1024- See Also:
- Constant Field Values
-
SLASH
public static final java.lang.String SLASH
Constant for the slash. current value:"/"- See Also:
- Constant Field Values
-
ZIP_EXTENSIONS
public static final java.lang.String[] ZIP_EXTENSIONS
String array with a few extensions from zip-files.
-
INVALID_CHARS_IN_FILENAME
public static java.lang.String[] INVALID_CHARS_IN_FILENAME
String array with the invalid characters in filenames.
-
-