Uses of Class
org.apache.poi.hdgf.chunks.ChunkFactory
Packages that use ChunkFactory
-
Uses of ChunkFactory in org.apache.poi.hdgf.streams
Methods in org.apache.poi.hdgf.streams with parameters of type ChunkFactoryModifier and TypeMethodDescriptionstatic StreamStream.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 ChunkFactoryModifierConstructorDescriptionprotectedChunkStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protectedPointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protectedStringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protectedTrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)