| Constructor and Description |
|---|
EncodeFunction(ICoder<T> c) |
| Modifier and Type | Method and Description |
|---|---|
int |
codeLength()
Returns the length of output vector produced by this encoder
|
mikera.vectorz.AVector |
createOutputVector()
Create a new vector with a length necessary to store the output of this encoder
|
void |
encode(T object,
mikera.vectorz.AVector dest,
int offset)
Encodes an object into the given destination vector
|
mikera.vectorz.AVector |
think(T input) |
public mikera.vectorz.AVector think(T input)
public void encode(T object, mikera.vectorz.AVector dest, int offset)
IEncoderpublic int codeLength()
IEncodercodeLength in interface IEncoder<T>public mikera.vectorz.AVector createOutputVector()
IEncodercreateOutputVector in interface IEncoder<T>Copyright © 2014. All rights reserved.