Package org.apache.poi.hdgf.pointers
Class PointerFactory
java.lang.Object
org.apache.poi.hdgf.pointers.PointerFactory
Factor class to create the appropriate pointers, based on the version
of the file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPointer[]
createContainerPointers
(Pointer parent, byte[] data) Parsers thePointerContainingStream
contents and creates all the child Pointers for itcreatePointer
(byte[] data, int offset) Creates a single Pointer from the data at the given offsetint
-
Constructor Details
-
PointerFactory
public PointerFactory(int version)
-
-
Method Details
-
getVersion
public int getVersion() -
createPointer
Creates a single Pointer from the data at the given offset -
createContainerPointers
Parsers thePointerContainingStream
contents and creates all the child Pointers for it
-