Package org.apache.poi.hdgf.pointers
Class Pointer
- java.lang.Object
-
- org.apache.poi.hdgf.pointers.Pointer
-
-
Constructor Summary
Constructors Constructor Description Pointer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
destinationCompressed()
abstract boolean
destinationHasChunks()
abstract boolean
destinationHasPointers()
abstract boolean
destinationHasStrings()
int
getAddress()
short
getFormat()
int
getLength()
abstract int
getNumPointers(int offset, byte[] data)
abstract int
getNumPointersOffset(byte[] data)
int
getOffset()
abstract int
getPostNumPointersSkip()
abstract int
getSizeInBytes()
int
getType()
-
-
-
Method Detail
-
getAddress
public int getAddress()
-
getFormat
public short getFormat()
-
getLength
public int getLength()
-
getOffset
public int getOffset()
-
getType
public int getType()
-
getSizeInBytes
public abstract int getSizeInBytes()
-
getNumPointersOffset
public abstract int getNumPointersOffset(byte[] data)
-
getNumPointers
public abstract int getNumPointers(int offset, byte[] data)
-
getPostNumPointersSkip
public abstract int getPostNumPointersSkip()
-
destinationHasStrings
public abstract boolean destinationHasStrings()
-
destinationHasPointers
public abstract boolean destinationHasPointers()
-
destinationHasChunks
public abstract boolean destinationHasChunks()
-
destinationCompressed
public abstract boolean destinationCompressed()
-
-