|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hdgf.pointers.Pointer org.apache.poi.hdgf.pointers.PointerV6
public class PointerV6
A Pointer from v6+
Field Summary |
---|
Fields inherited from class org.apache.poi.hdgf.pointers.Pointer |
---|
address, format, length, offset, type |
Constructor Summary | |
---|---|
PointerV6()
|
Method Summary | |
---|---|
boolean |
destinationCompressed()
|
boolean |
destinationHasChunks()
|
boolean |
destinationHasPointers()
|
boolean |
destinationHasStrings()
|
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 |
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |