| Constructor and Description |
|---|
IntegerCoder() |
IntegerCoder(int bits) |
| Modifier and Type | Method and Description |
|---|---|
int |
codeLength()
Returns the length of output vector produced by this encoder
|
Long |
decode(mikera.vectorz.AVector v,
int offset)
Decodes an object from the given vector
|
void |
encode(Long value,
mikera.vectorz.AVector dest,
int offset)
Encodes an object into the given destination vector
|
createOutputVector, decode, encode, encodepublic Long decode(mikera.vectorz.AVector v, int offset)
IDecoderpublic void encode(Long value, mikera.vectorz.AVector dest, int offset)
IEncoderpublic int codeLength()
IEncodercodeLength in interface IDecoder<Long>codeLength in interface IEncoder<Long>codeLength in class AbstractCoder<Long>Copyright © 2014. All rights reserved.