Uses of Class
org.apache.poi.hdgf.pointers.Pointer
-
Packages that use Pointer Package Description org.apache.poi.hdgf.pointers org.apache.poi.hdgf.streams -
-
Uses of Pointer in org.apache.poi.hdgf.pointers
Subclasses of Pointer in org.apache.poi.hdgf.pointers Modifier and Type Class Description classPointerV5A Pointer from v5classPointerV6A Pointer from v6+Methods in org.apache.poi.hdgf.pointers that return Pointer Modifier and Type Method Description Pointer[]PointerFactory. createContainerPointers(Pointer parent, byte[] data)Parsers thePointerContainingStreamcontents and creates all the child Pointers for itPointerPointerFactory. 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 Pointer Modifier and Type Method Description Pointer[]PointerFactory. createContainerPointers(Pointer parent, byte[] data)Parsers thePointerContainingStreamcontents 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 Pointer Modifier and Type Method Description protected Pointer[]PointerContainingStream. getChildPointers()Returns all the pointers that we containPointerStream. getPointer()Methods in org.apache.poi.hdgf.streams with parameters of type Pointer Modifier and Type Method Description static 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 Pointer Constructor Description PointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)Stream(Pointer pointer, StreamStore store)Creates a new Stream, having already used the pointer to build a storeStringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory)TrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)UnknownStream(Pointer pointer, StreamStore store)
-