Package org.apache.poi.hdgf.streams
Class StreamStore
- java.lang.Object
-
- org.apache.poi.hdgf.streams.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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
_getContents()
static int
getMaxRecordLength()
static void
setMaxRecordLength(int length)
-
-
-
Method Detail
-
setMaxRecordLength
public static void setMaxRecordLength(int length)
- Parameters:
length
- the max record length allowed for StreamStore
-
getMaxRecordLength
public static int getMaxRecordLength()
- Returns:
- the max record length allowed for StreamStore
-
_getContents
public byte[] _getContents()
-
-