Package org.apache.poi.hdgf.streams
Class CompressedStreamStore
- java.lang.Object
-
- org.apache.poi.hdgf.streams.StreamStore
-
- org.apache.poi.hdgf.streams.CompressedStreamStore
-
public final class CompressedStreamStore extends StreamStore
A StreamStore where the data on-disk is compressed, using the crazy Visio LZW
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[][]
decompress(byte[] data, int offset, int length)
Decompresses the given data, returning it as header + contents-
Methods inherited from class org.apache.poi.hdgf.streams.StreamStore
_getContents
-
-