Package | Description |
---|---|
info.junius.library.jabb.decoder | |
info.junius.library.jabb.dt | |
info.junius.library.jabb.encoder |
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 | Interface and Description |
---|---|
interface |
Decoder<T>
Decoder objects convert well defined byte arrays to objects of type T.
|
interface |
Encoder
Encoder objects convert values to a well defined byte arrays.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanArrayEncoder
boolean array
Created: 4 Aug 2015, 12:34:04 pm
|
class |
BooleanEncoder
boolean
Created: 3 Aug 2015, 4:28:22 pm
|
class |
ByteArrayEncoder
byte array encoder, handles both byte[]
Created: 4 Aug 2015, 11:06:16 am
|
class |
ByteEncoder
byte
Created: 3 Aug 2015, 11:58:58 am
|
class |
CharArrayEncoder
char array
Created: 4 Aug 2015, 12:29:50 pm
|
class |
CharEncoder
char
Created: 3 Aug 2015, 4:43:38 pm
|
class |
DateEncoder
date, gets encoded as unix time 8 bytes
Created: 3 Aug 2015, 4:54:43 pm
|
class |
DoubleArrayEncoder
double array
Created: 4 Aug 2015, 12:25:31 pm
|
class |
DoubleEncoder
double
Created: 3 Aug 2015, 4:22:13 pm
|
class |
EnumEncoder
Enum type
Created: 8 Nov 2015, 11:02:16 am
|
class |
FloatArrayEncoder
float array
Created: 4 Aug 2015, 12:22:22 pm
|
class |
FloatEncoder
float
Created: 3 Aug 2015, 4:22:13 pm
|
class |
IntArrayEncoder
int array
Created: 4 Aug 2015, 12:06:37 pm
|
class |
IntEncoder
int
Created: 3 Aug 2015, 4:40:23 pm
|
class |
LongArrayEncoder
long array
Created: 4 Aug 2015, 12:10:23 pm
|
class |
LongEncoder
long
Created: 3 Aug 2015, 4:39:58 pm
|
class |
NullEncoder
null.
|
class |
ShortArrayEncoder
short array
Created: 4 Aug 2015, 11:36:54 am
|
class |
ShortEncoder
short
Created: 3 Aug 2015, 4:39:39 pm
|
class |
StringEncoder
string
Created: 3 Aug 2015, 5:05:35 pm
|
class |
TimestampEncoder
timestamp, gets encoded as unix time 8 bytes
Created: 3 Aug 2015, 5:00:02 pm
|