- java.lang.Object
-
- org.apache.poi.hdgf.pointers.Pointer
-
- Direct Known Subclasses:
- PointerV6
public abstract class Pointer
extends java.lang.Object
Base class of pointers, which hold metadata and offsets about
blocks elsewhere in the file
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected int |
address |
protected short |
format |
protected int |
length |
protected int |
offset |
protected int |
type |
-
Constructor Summary
Constructors
Constructor and Description |
Pointer() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
address
protected int address
-
offset
protected int offset
-
length
protected int length
-
format
protected short format
-
Method Detail
-
getAddress
public int getAddress()
-
getFormat
public short getFormat()
-
getLength
public int getLength()
-
getOffset
public int getOffset()
-
getType
public int getType()
Copyright 2015 The Apache Software Foundation or
its licensors, as applicable.