Constants (fawkeZ - Developer's Documentation)

org.jcoderz.commons.util
Class Constants

  extended by org.jcoderz.commons.util.Constants

public final class Constants
extends

Utility class, keeps all jCoderZ wide constants.

Author:
Andreas Mandel, Michael Griffel

Field Summary
static int BITS_PER_BYTE
          Number of bits per bytes.
static int BITS_PER_INTEGER
          number of bits for an integer.
static int BYTE_MASK
          Mask bytes.
static int BYTES_PER_INT
          Number of bytes per int (integer).
static int BYTES_PER_KILO_BYTE
          Number of bytes per kilo byte.
static char CARRIAGE_RETURN_CHAR
          carriage return character.
static  ENCODING_ASCII
          The ASCII encoding String.
static  ENCODING_UTF8
          The UTF-8 encoding String.
static char LINE_FEED_CHAR
          line feed character.
static  LINE_SEPARATOR
          The line separator.
static  ORACLE_DRIVER_CLASS_NAME
          Name of the oracle driver class.
static char SPACE_CHAR
          space character.
static  SYSTEM_LOCALE
          A central Locale to be used for string case conversions, date/time conversions etc.
static char TAB_CHAR
          tab character.
 
Method Summary
 
Methods inherited from class java.lang.
, , , , , , , , , ,
 

Field Detail

ORACLE_DRIVER_CLASS_NAME

public static final  ORACLE_DRIVER_CLASS_NAME
Name of the oracle driver class.

See Also:
Constant Field Values

BITS_PER_BYTE

public static final int BITS_PER_BYTE
Number of bits per bytes.

See Also:
Constant Field Values

BYTES_PER_INT

public static final int BYTES_PER_INT
Number of bytes per int (integer).

See Also:
Constant Field Values

BYTE_MASK

public static final int BYTE_MASK
Mask bytes.

See Also:
Constant Field Values

BITS_PER_INTEGER

public static final int BITS_PER_INTEGER
number of bits for an integer.

See Also:
Constant Field Values

BYTES_PER_KILO_BYTE

public static final int BYTES_PER_KILO_BYTE
Number of bytes per kilo byte.

See Also:
Constant Field Values

SPACE_CHAR

public static final char SPACE_CHAR
space character.

See Also:
Constant Field Values

TAB_CHAR

public static final char TAB_CHAR
tab character.

See Also:
Constant Field Values

LINE_FEED_CHAR

public static final char LINE_FEED_CHAR
line feed character.

See Also:
Constant Field Values

CARRIAGE_RETURN_CHAR

public static final char CARRIAGE_RETURN_CHAR
carriage return character.

See Also:
Constant Field Values

LINE_SEPARATOR

public static final  LINE_SEPARATOR
The line separator.


ENCODING_UTF8

public static final  ENCODING_UTF8
The UTF-8 encoding String.

See Also:
Constant Field Values

ENCODING_ASCII

public static final  ENCODING_ASCII
The ASCII encoding String.

See Also:
Constant Field Values

SYSTEM_LOCALE

public static final  SYSTEM_LOCALE
A central Locale to be used for string case conversions, date/time conversions etc. Used as a country independent locale for locale independent conversions.



Copyright 2007 The jCoderZ Project.