Package org.apache.poi.hdgf.streams
Class ChunkStream
java.lang.Object
org.apache.poi.hdgf.streams.Stream
org.apache.poi.hdgf.streams.ChunkStream
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ChunkStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Process the contents of the stream out into chunksChunk[]
Methods inherited from class org.apache.poi.hdgf.streams.Stream
_getContentsLength, _getStore, createStream, getPointer, getStore
-
Constructor Details
-
ChunkStream
-
-
Method Details
-
getChunks
-
findChunks
public void findChunks()Process the contents of the stream out into chunks
-