Uses of Class
org.apache.poi.hdgf.pointers.Pointer
Packages that use Pointer
-
Uses of Pointer in org.apache.poi.hdgf.pointers
Subclasses of Pointer in org.apache.poi.hdgf.pointersModifier and TypeClassDescriptionfinal class
A Pointer from v5final class
A Pointer from v6+Methods in org.apache.poi.hdgf.pointers that return PointerModifier and TypeMethodDescriptionPointer[]
PointerFactory.createContainerPointers
(Pointer parent, byte[] data) Parsers thePointerContainingStream
contents and creates all the child Pointers for itPointerFactory.createPointer
(byte[] data, int offset) Creates a single Pointer from the data at the given offsetMethods in org.apache.poi.hdgf.pointers with parameters of type PointerModifier and TypeMethodDescriptionPointer[]
PointerFactory.createContainerPointers
(Pointer parent, byte[] data) Parsers thePointerContainingStream
contents and creates all the child Pointers for it -
Uses of Pointer in org.apache.poi.hdgf.streams
Methods in org.apache.poi.hdgf.streams that return PointerModifier and TypeMethodDescriptionprotected Pointer[]
PointerContainingStream.getChildPointers()
Returns all the pointers that we containStream.getPointer()
Methods in org.apache.poi.hdgf.streams with parameters of type PointerModifier and TypeMethodDescriptionstatic 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 PointerModifierConstructorDescriptionprotected
ChunkStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protected
PointerContainingStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protected
Stream
(Pointer pointer, StreamStore store) Creates a new Stream, having already used the pointer to build a storeprotected
StringsStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protected
TrailerStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protected
UnknownStream
(Pointer pointer, StreamStore store)