Interface StreamStorable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void loadStream()
      Set the value by reading the stream and converting it to an object form.
      java.io.InputStream returnStream()
      Return the on-disk stream state of the object.
      void setStream​(java.io.InputStream newStream)
      sets the on-disk stream state for the object.
    • Method Detail

      • returnStream

        java.io.InputStream returnStream()
        Return the on-disk stream state of the object.
      • setStream

        void setStream​(java.io.InputStream newStream)
        sets the on-disk stream state for the object.