- DateDecoder - Class in info.junius.library.jabb.decoder
-
date
Created: 3 Aug 2015, 4:56:46 pm
- DateDecoder() - Constructor for class info.junius.library.jabb.decoder.DateDecoder
-
- DateEncoder - Class in info.junius.library.jabb.encoder
-
date, gets encoded as unix time 8 bytes
Created: 3 Aug 2015, 4:54:43 pm
- DateEncoder() - Constructor for class info.junius.library.jabb.encoder.DateEncoder
-
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.BooleanArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.BooleanDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.ByteArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.ByteDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.CharArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.CharDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.DateDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.DoubleArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.DoubleDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.FloatArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.FloatDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.IntArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.IntDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.LongArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.LongDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.NullDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.ShortArrayDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.ShortDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.StringDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in class info.junius.library.jabb.decoder.TimestampDecoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[]) - Method in interface info.junius.library.jabb.dt.Decoder
-
Returns T value derived from n leading bytes or all bytes of the given array.
- decode(byte[], Class<? extends T>) - Method in class info.junius.library.jabb.impl.DefaultObjectDecoder
-
Decodes valid JABB objects, i.e.
- decode(byte[], Class<? extends T>) - Method in interface info.junius.library.jabb.ObjectDecoder
-
Decodes valid JABB objects, i.e.
- decode(ByteBuffer) - Method in class info.junius.library.jabb.util.LengthDecoder
-
Reads length from byte array.
- decode(byte[]) - Method in class info.junius.library.jabb.util.LengthDecoder
-
Reads length from byte array.
- Decoder<T> - Interface in info.junius.library.jabb.dt
-
Decoder objects convert well defined byte arrays to objects of type T.
- DecoderFactory - Class in info.junius.library.jabb.util
-
Returns a suitable byte decoder for the given type.
- DecoderFactory() - Constructor for class info.junius.library.jabb.util.DecoderFactory
-
- DefaultGenericType - Class in info.junius.library.jabb.generics
-
GenericType implementation
Created: 31 Oct 2015, 12:18:09 pm
- DefaultGenericType(Class<?>) - Constructor for class info.junius.library.jabb.generics.DefaultGenericType
-
Default constructor
- DefaultObjectDecoder - Class in info.junius.library.jabb.impl
-
Decodes JABB objects
Created: 31 Jan 2016, 11:32:24 am
- DefaultObjectDecoder() - Constructor for class info.junius.library.jabb.impl.DefaultObjectDecoder
-
- DefaultObjectEncoder - Class in info.junius.library.jabb.impl
-
Main class that encodes JABB objects
Created: 22 Aug 2015, 11:34:10 am
- DefaultObjectEncoder() - Constructor for class info.junius.library.jabb.impl.DefaultObjectEncoder
-
- DoubleArrayDecoder - Class in info.junius.library.jabb.decoder
-
double array
Created: 4 Aug 2015, 12:26:42 pm
- DoubleArrayDecoder() - Constructor for class info.junius.library.jabb.decoder.DoubleArrayDecoder
-
- DoubleArrayEncoder - Class in info.junius.library.jabb.encoder
-
double array
Created: 4 Aug 2015, 12:25:31 pm
- DoubleArrayEncoder() - Constructor for class info.junius.library.jabb.encoder.DoubleArrayEncoder
-
- DoubleDecoder - Class in info.junius.library.jabb.decoder
-
double
Created: 3 Aug 2015, 4:26:57 pm
- DoubleDecoder() - Constructor for class info.junius.library.jabb.decoder.DoubleDecoder
-
- DoubleEncoder - Class in info.junius.library.jabb.encoder
-
double
Created: 3 Aug 2015, 4:22:13 pm
- DoubleEncoder() - Constructor for class info.junius.library.jabb.encoder.DoubleEncoder
-