Package org.apache.poi.hdgf.pointers
Class PointerV5
- java.lang.Object
-
- org.apache.poi.hdgf.pointers.Pointer
-
- org.apache.poi.hdgf.pointers.PointerV5
-
public final class PointerV5 extends Pointer
A Pointer from v5
-
-
Constructor Summary
Constructors Constructor Description PointerV5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
destinationCompressed()
boolean
destinationHasChunks()
boolean
destinationHasPointers()
boolean
destinationHasStrings()
int
getNumPointers(int offset, byte[] data)
16 bit int at the given offsetint
getNumPointersOffset(byte[] data)
Depends on the type only, not storedint
getPostNumPointersSkip()
Just the 2 bytes of the number of pointersint
getSizeInBytes()
With v6 pointers, the on-disk size is 16 bytes
-
-
-
Method Detail
-
destinationHasStrings
public boolean destinationHasStrings()
- Specified by:
destinationHasStrings
in classPointer
-
destinationHasPointers
public boolean destinationHasPointers()
- Specified by:
destinationHasPointers
in classPointer
-
destinationHasChunks
public boolean destinationHasChunks()
- Specified by:
destinationHasChunks
in classPointer
-
destinationCompressed
public boolean destinationCompressed()
- Specified by:
destinationCompressed
in classPointer
-
getSizeInBytes
public int getSizeInBytes()
With v6 pointers, the on-disk size is 16 bytes- Specified by:
getSizeInBytes
in classPointer
-
getNumPointersOffset
public int getNumPointersOffset(byte[] data)
Depends on the type only, not stored- Specified by:
getNumPointersOffset
in classPointer
-
getNumPointers
public int getNumPointers(int offset, byte[] data)
16 bit int at the given offset- Specified by:
getNumPointers
in classPointer
-
getPostNumPointersSkip
public int getPostNumPointersSkip()
Just the 2 bytes of the number of pointers- Specified by:
getPostNumPointersSkip
in classPointer
-
-