Class CompressedStreamStore


  • public final class CompressedStreamStore
    extends StreamStore
    A StreamStore where the data on-disk is compressed, using the crazy Visio LZW
    • Method Detail

      • decompress

        public static byte[][] decompress​(byte[] data,
                                          int offset,
                                          int length)
                                   throws IOException
        Decompresses the given data, returning it as header + contents
        Throws:
        IOException