Package org.apache.poi.hdgf.streams
Class CompressedStreamStore
java.lang.Object
org.apache.poi.hdgf.streams.StreamStore
org.apache.poi.hdgf.streams.CompressedStreamStore
A StreamStore where the data on-disk is compressed,
using the crazy Visio LZW
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[][]decompress(byte[] data, int offset, int length) Decompresses the given data, returning it as header + contentsstatic intstatic voidsetMaxRecordLength(int length) Methods inherited from class org.apache.poi.hdgf.streams.StreamStore
_getContents
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for CompressedStreamStore
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for CompressedStreamStore
-
decompress
Decompresses the given data, returning it as header + contents- Throws:
IOException
-