Uses of Class
org.apache.poi.hdgf.chunks.ChunkFactory

Packages that use ChunkFactory
org.apache.poi.hdgf.streams   
 

Uses of ChunkFactory in org.apache.poi.hdgf.streams
 

Methods in org.apache.poi.hdgf.streams with parameters of type ChunkFactory
static Stream Stream.createStream(Pointer pointer, byte[] documentData, ChunkFactory chunkFactory, PointerFactory pointerFactory)
          Uses the pointer to locate a Stream within the document data, and creates it.
 

Constructors in org.apache.poi.hdgf.streams with parameters of type ChunkFactory
ChunkStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory)
           
PointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)
           
StringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory)
           
TrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.