public final class Types extends Object
Types.
| Modifier and Type | Field and Description |
|---|---|
static byte |
ARRAY_FIXED_VALUE_TYPE
ARRAY_FIXED_VALUE_TYPE Array with fixde length value like byte[] ...
|
static byte |
ARRAY_VARIABLE_VALUE_TYPE
ARRAY_VARIABLE_VALUE_TYPE Array with variable length value (nullable value is accepted), like Integer[] ...
|
static byte |
DECIMAL_TYPE
DECIMAL_TYPE (float / double or double encoded on 3/5 bits)
|
static byte |
INTEGER_TYPE
INTEGER_TYPE (long / int / short / byte / boolean / Enum)
|
static Charset |
ISO_8859_1_CHARSET
ISO_8859_1_CHARSET
|
static String |
ISO_8859_1_CHARSET_NAME
ISO_8859_1_CHARSET_NAME
|
static byte |
MSG_TYPE
MSG_TYPE
|
static byte |
NULL_TYPE
NULL_TYPE
|
static byte |
STRING_ISO_8859_1_TYPE
STRING_ISO_8859_1_TYPE String with charset = ISO_8859_1
|
static byte |
STRING_UTF_16_TYPE
STRING_TYPE (UTF16 by default as it is in a String)
|
static byte |
TYPE_MASK
TYPE_MASK Mask do determine the type of the field
|
static Charset |
UTF_16_CHARSET
UTF_16_CHARSET
|
static String |
UTF_16_CHARSET_NAME
UTF_16_CHARSET_NAME
|
public static final byte NULL_TYPE
public static final byte MSG_TYPE
public static final byte INTEGER_TYPE
public static final byte DECIMAL_TYPE
public static final byte STRING_ISO_8859_1_TYPE
public static final String ISO_8859_1_CHARSET_NAME
public static final Charset ISO_8859_1_CHARSET
public static final byte STRING_UTF_16_TYPE
public static final String UTF_16_CHARSET_NAME
public static final Charset UTF_16_CHARSET
public static final byte ARRAY_FIXED_VALUE_TYPE
public static final byte ARRAY_VARIABLE_VALUE_TYPE
public static final byte TYPE_MASK
Copyright © 2012-2013 hermod. All Rights Reserved.