|
||||||||||
| 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.PointerV6
public final class PointerV6
A Pointer from v6+
| Constructor Summary | |
|---|---|
PointerV6()
|
|
| Method Summary | |
|---|---|
boolean |
destinationCompressed()
|
boolean |
destinationHasChunks()
|
boolean |
destinationHasPointers()
|
boolean |
destinationHasStrings()
|
int |
getNumPointers(int offset,
byte[] data)
32 bit int at the given offset |
int |
getNumPointersOffset(byte[] data)
Stored within the data |
static int |
getNumPointersOffsetV6(byte[] data)
|
static int |
getNumPointersV6(int offset,
byte[] data)
|
int |
getPostNumPointersSkip()
4 bytes of the number, and 4 more unknown bytes |
static int |
getPostNumPointersSkipV6()
|
int |
getSizeInBytes()
With v6 pointers, the on-disk size is 18 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 PointerV6()
| Method Detail |
|---|
public boolean destinationHasStrings()
destinationHasStrings in class Pointerpublic boolean destinationHasPointers()
destinationHasPointers in class Pointerpublic boolean destinationHasChunks()
destinationHasChunks in class Pointerpublic boolean destinationCompressed()
destinationCompressed in class Pointerpublic int getSizeInBytes()
getSizeInBytes in class Pointerpublic int getNumPointersOffset(byte[] data)
getNumPointersOffset in class Pointerpublic static int getNumPointersOffsetV6(byte[] data)
public int getNumPointers(int offset,
byte[] data)
getNumPointers in class Pointer
public static int getNumPointersV6(int offset,
byte[] data)
public int getPostNumPointersSkip()
getPostNumPointersSkip in class Pointerpublic static int getPostNumPointersSkipV6()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||