Interface FSTCoder
- All Known Implementing Classes:
DefaultCoder,MinBinCoder,OnHeapCoder
public interface FSTCoder
Created by ruedi on 15.11.14.
-
Method Summary
Modifier and Type Method Description FSTConfigurationgetConf()byte[]toByteArray(java.lang.Object o)inttoByteArray(java.lang.Object obj, byte[] result, int resultOffset, int availableSize)java.lang.ObjecttoObject(byte[] arr)java.lang.ObjecttoObject(byte[] arr, int startIndex, int availableSize)
-
Method Details
-
toObject
java.lang.Object toObject(byte[] arr, int startIndex, int availableSize) -
toObject
java.lang.Object toObject(byte[] arr) -
toByteArray
int toByteArray(java.lang.Object obj, byte[] result, int resultOffset, int availableSize) -
toByteArray
byte[] toByteArray(java.lang.Object o) -
getConf
FSTConfiguration getConf()
-