Package org.apache.poi.hdgf.streams
Class ChunkStream
- java.lang.Object
-
- org.apache.poi.hdgf.streams.Stream
-
- org.apache.poi.hdgf.streams.ChunkStream
-
public final class ChunkStream extends Stream
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
findChunks()
Process the contents of the stream out into chunksChunk[]
getChunks()
-
Methods inherited from class org.apache.poi.hdgf.streams.Stream
_getContentsLength, _getStore, createStream, getPointer
-
-
-
-
Method Detail
-
getChunks
public Chunk[] getChunks()
-
findChunks
public void findChunks()
Process the contents of the stream out into chunks
-
-