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
    FSTConfiguration getConf()  
    byte[] toByteArray​(java.lang.Object o)  
    int toByteArray​(java.lang.Object obj, byte[] result, int resultOffset, int availableSize)  
    java.lang.Object toObject​(byte[] arr)  
    java.lang.Object toObject​(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()