Package | Description |
---|---|
info.junius.library.jabb.decoder | |
info.junius.library.jabb.util |
Modifier and Type | Class and Description |
---|---|
class |
BooleanArrayDecoder
boolean array
Created: 4 Aug 2015, 12:42:04 pm
|
class |
BooleanDecoder
boolean
Created: 3 Aug 2015, 4:34:05 pm
|
class |
ByteArrayDecoder
byte array.
|
class |
ByteDecoder
byte
Created: 3 Aug 2015, 4:42:52 pm
|
class |
CharArrayDecoder
char array
Created: 4 Aug 2015, 12:31:44 pm
|
class |
CharDecoder
char
Created: 3 Aug 2015, 4:45:14 pm
|
class |
DateDecoder
date
Created: 3 Aug 2015, 4:56:46 pm
|
class |
DoubleArrayDecoder
double array
Created: 4 Aug 2015, 12:26:42 pm
|
class |
DoubleDecoder
double
Created: 3 Aug 2015, 4:26:57 pm
|
class |
FloatArrayDecoder
float array
Created: 4 Aug 2015, 12:23:28 pm
|
class |
FloatDecoder
float
Created: 3 Aug 2015, 4:24:18 pm
|
class |
IntArrayDecoder
int array
Created: 4 Aug 2015, 12:07:06 pm
|
class |
IntDecoder
int
Created: 3 Aug 2015, 4:42:12 pm
|
class |
LongArrayDecoder
long array
Created: 4 Aug 2015, 12:11:52 pm
|
class |
LongDecoder
long
Created: 3 Aug 2015, 4:41:59 pm
|
class |
NullDecoder
null-value
Created: 4 Aug 2015, 10:50:31 am
|
class |
ShortArrayDecoder
short array
Created: 4 Aug 2015, 11:41:26 am
|
class |
ShortDecoder
short
Created: 3 Aug 2015, 4:41:49 pm
|
class |
StringDecoder
string
Created: 3 Aug 2015, 5:06:44 pm
|
class |
TimestampDecoder
Timestamp
Created: 3 Aug 2015, 5:01:06 pm
|
Modifier and Type | Method and Description |
---|---|
<T> Decoder<T> |
DecoderFactory.getDecoder(Type type)
Returns decoder for Type Type
|