|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 String |
ENCODING_ASCII
The ASCII encoding String. |
static String |
ENCODING_UTF8
The UTF-8 encoding String. |
static char |
LINE_FEED_CHAR
line feed character. |
static String |
LINE_SEPARATOR
The line separator. |
static String |
ORACLE_DRIVER_CLASS_NAME
Name of the oracle driver class. |
static char |
SPACE_CHAR
space character. |
static Locale |
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.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String 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 String LINE_SEPARATOR
public static final String ENCODING_UTF8
public static final String ENCODING_ASCII
public static final Locale SYSTEM_LOCALE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||