T - public interface IDecoder<T>
| Modifier and Type | Method and Description |
|---|---|
int |
codeLength() |
T |
decode(mikera.vectorz.AVector v,
int offset)
Decodes an object from the given vector
|
T decode(mikera.vectorz.AVector v, int offset)
v - The vector containing the coded double valuesint codeLength()
Copyright © 2014. All rights reserved.