org.apache.poi.hdgf.streams
Class ChunkStream

java.lang.Object
  extended by org.apache.poi.hdgf.streams.Stream
      extended by org.apache.poi.hdgf.streams.ChunkStream

public final class ChunkStream
extends Stream


Method Summary
 void findChunks()
          Process the contents of the stream out into chunks
 Chunk[] getChunks()
           
 
Methods inherited from class org.apache.poi.hdgf.streams.Stream
_getContentsLength, _getStore, createStream, getPointer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChunks

public Chunk[] getChunks()

findChunks

public void findChunks()
Process the contents of the stream out into chunks