Class StreamStore

  • Direct Known Subclasses:
    CompressedStreamStore

    public class StreamStore
    extends java.lang.Object
    Holds the representation of the stream on-disk, and handles de-compressing it as required. In future, may also handle writing it back out again
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] _getContents()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • _getContents

        public byte[] _getContents()