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