public interface FSTCoder
| Modifier and Type | Method and Description |
|---|---|
FSTConfiguration |
getConf() |
byte[] |
toByteArray(Object o) |
int |
toByteArray(Object obj,
byte[] result,
int resultOffset,
int availableSize) |
Object |
toObject(byte[] arr) |
Object |
toObject(byte[] arr,
int startIndex,
int availableSize) |
Object toObject(byte[] arr, int startIndex, int availableSize)
Object toObject(byte[] arr)
int toByteArray(Object obj, byte[] result, int resultOffset, int availableSize)
byte[] toByteArray(Object o)
FSTConfiguration getConf()
Copyright © 2015. All rights reserved.