Class FSBlobSerializer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, BlobDeserializer

    public class FSBlobSerializer
    extends BlobSerializer
    implements BlobDeserializer, java.io.Closeable
    Serializer which stores blobs in a FileDataStore format
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      Blob deserialize​(java.lang.String value)  
      java.lang.String serialize​(Blob blob)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FSBlobSerializer

        public FSBlobSerializer​(java.io.File dir)
      • FSBlobSerializer

        public FSBlobSerializer​(java.io.File dir,
                                int maxInlineSize)
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException