T - public interface IEncoder<T>
| 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
|
void encode(T object, mikera.vectorz.AVector dest, int offset)
object - The object to encodedest - The destination vectorint codeLength()
mikera.vectorz.AVector createOutputVector()
Copyright © 2014. All rights reserved.