public final class PointerFactory
extends java.lang.Object
Constructor and Description |
---|
PointerFactory(int version) |
Modifier and Type | Method and Description |
---|---|
Pointer[] |
createContainerPointers(Pointer parent,
byte[] data)
Parsers the
PointerContainingStream contents and
creates all the child Pointers for it |
Pointer |
createPointer(byte[] data,
int offset)
Creates a single Pointer from the data at the given offset
|
int |
getVersion() |
public int getVersion()
public Pointer createPointer(byte[] data, int offset)
public Pointer[] createContainerPointers(Pointer parent, byte[] data)
PointerContainingStream
contents and
creates all the child Pointers for itCopyright 2020 The Apache Software Foundation or its licensors, as applicable.