|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hdgf.pointers.Pointer
org.apache.poi.hdgf.pointers.PointerV5
public final class PointerV5
A Pointer from v5
Constructor Summary | |
---|---|
PointerV5()
|
Method Summary | |
---|---|
boolean |
destinationCompressed()
|
boolean |
destinationHasChunks()
|
boolean |
destinationHasPointers()
|
boolean |
destinationHasStrings()
|
int |
getNumPointers(int offset,
byte[] data)
16 bit int at the given offset |
int |
getNumPointersOffset(byte[] data)
Depends on the type only, not stored |
int |
getPostNumPointersSkip()
Just the 2 bytes of the number of pointers |
int |
getSizeInBytes()
With v6 pointers, the on-disk size is 16 bytes |
Methods inherited from class org.apache.poi.hdgf.pointers.Pointer |
---|
getAddress, getFormat, getLength, getOffset, getType, isFormatBetween, setAddress, setFormat, setLength, setOffset, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointerV5()
Method Detail |
---|
public boolean destinationHasStrings()
destinationHasStrings
in class Pointer
public boolean destinationHasPointers()
destinationHasPointers
in class Pointer
public boolean destinationHasChunks()
destinationHasChunks
in class Pointer
public boolean destinationCompressed()
destinationCompressed
in class Pointer
public int getSizeInBytes()
getSizeInBytes
in class Pointer
public int getNumPointersOffset(byte[] data)
getNumPointersOffset
in class Pointer
public int getNumPointers(int offset, byte[] data)
getNumPointers
in class Pointer
public int getPostNumPointersSkip()
getPostNumPointersSkip
in class Pointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |