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.ObjectHolds the representation of the stream on-disk, and handles de-compressing it as required. In future, may also handle writing it back out again
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStreamStore(byte[] data, int offset, int length)Creates a new, non compressed Stream Store
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]_getContents()protected voidcopyBlockHeaderToContents()protected byte[]getContents()protected voidprependContentsWith(byte[] b)
-