Uses of Class
org.apache.poi.hdgf.pointers.PointerFactory
-
Packages that use PointerFactory Package Description org.apache.poi.hdgf.streams -
-
Uses of PointerFactory in org.apache.poi.hdgf.streams
Methods in org.apache.poi.hdgf.streams with parameters of type PointerFactory Modifier and Type Method Description 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 PointerFactory Constructor Description PointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)
TrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)
-