| |
|
| java.lang.Object org.apache.poi.hdgf.pointers.Pointer
All known Subclasses: org.apache.poi.hdgf.pointers.PointerV6,
Pointer | abstract public class Pointer (Code) | | Base class of pointers, which hold metadata and offsets about
blocks elsewhere in the file
|
address | protected int address(Code) | | |
format | protected short format(Code) | | |
length | protected int length(Code) | | |
offset | protected int offset(Code) | | |
destinationCompressed | abstract public boolean destinationCompressed()(Code) | | |
destinationHasChunks | abstract public boolean destinationHasChunks()(Code) | | |
destinationHasPointers | abstract public boolean destinationHasPointers()(Code) | | |
destinationHasStrings | abstract public boolean destinationHasStrings()(Code) | | |
getAddress | public int getAddress()(Code) | | |
getFormat | public short getFormat()(Code) | | |
getLength | public int getLength()(Code) | | |
getOffset | public int getOffset()(Code) | | |
getSizeInBytes | abstract public int getSizeInBytes()(Code) | | |
getType | public int getType()(Code) | | |
|
|
|