org.apache.poi.hdf.model.hdftypes
@Deprecated public abstract class FormattedDiskPage extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_crun
Deprecated.
|
protected byte[] |
_fkp
Deprecated.
|
| Constructor and Description |
|---|
FormattedDiskPage(byte[] fkp)
Deprecated.
Uses a 512-byte array to create a FKP
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd(int index)
Deprecated.
Used to get the end of the text corresponding to a grpprl in this fkp.
|
abstract byte[] |
getGrpprl(int index)
Deprecated.
|
int |
getStart(int index)
Deprecated.
Used to get a text offset corresponding to a grpprl in this fkp.
|
int |
size()
Deprecated.
Used to get the total number of grrprl's stored int this FKP
|
public FormattedDiskPage(byte[] fkp)
public int getStart(int index)
index - The index of the property in this FKPpublic int getEnd(int index)
index - The index of the property in this fkp.public int size()
public abstract byte[] getGrpprl(int index)