|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jaulp.file.FileConst
public abstract class FileConst
Constant Class for files.
Field Summary | |
---|---|
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 Summary | |
---|---|
FileConst()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String[] INVALID_CHARS_IN_FILENAME
public static final java.lang.String[] ZIP_EXTENSIONS
public static final int BLOCKSIZE
public static final int KILOBYTE
public static final java.lang.String DOT
public static final java.lang.String DOUBLEDOT
public static final java.lang.String SLASH
public static final java.lang.String BACKSLASH
Constructor Detail |
---|
public FileConst()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |