| 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() |
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()
createOutputVector in interface IEncoder<T>Copyright © 2013. All Rights Reserved.