net.sourceforge.jaulp.file
Class FileConst

java.lang.Object
  extended by net.sourceforge.jaulp.file.FileConst

public abstract class FileConst
extends java.lang.Object

Constant Class for files.

Version:
1.0
Author:
Asterios Raptis

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

INVALID_CHARS_IN_FILENAME

public static java.lang.String[] INVALID_CHARS_IN_FILENAME
String array with the invalid characters in filenames.


ZIP_EXTENSIONS

public static final java.lang.String[] ZIP_EXTENSIONS
String array with a few extensions from zip-files.


BLOCKSIZE

public static final int BLOCKSIZE
Constant for the blocksize. current value:8192

See Also:
Constant Field Values

KILOBYTE

public static final int KILOBYTE
Constant for the kilobyte. current value:1024

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

SLASH

public static final java.lang.String SLASH
Constant for the slash. current value:"/"

See Also:
Constant Field Values

BACKSLASH

public static final java.lang.String BACKSLASH
Constant for the slash. current value:"\"

See Also:
Constant Field Values
Constructor Detail

FileConst

public FileConst()


Copyright © 2010. All Rights Reserved.