|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.jcoderz.commons.util.Constants
public final class Constants
Utility class, keeps all jCoderZ wide constants.
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 |
---|
public static final ORACLE_DRIVER_CLASS_NAME
public static final int BITS_PER_BYTE
public static final int BYTES_PER_INT
public static final int BYTE_MASK
public static final int BITS_PER_INTEGER
public static final int BYTES_PER_KILO_BYTE
public static final char SPACE_CHAR
public static final char TAB_CHAR
public static final char LINE_FEED_CHAR
public static final char CARRIAGE_RETURN_CHAR
public static final LINE_SEPARATOR
public static final ENCODING_UTF8
public static final ENCODING_ASCII
public static final SYSTEM_LOCALE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |