public class CHPFormattedDiskPage extends FormattedDiskPage
_crun, _currentIndex, _fc2Cp, _fkp, _offset| Constructor and Description |
|---|
CHPFormattedDiskPage() |
CHPFormattedDiskPage(byte[] documentStream,
int offset,
int fcMin,
NodeHelper fc2Cp)
This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array
read from a Word file).
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(ArrayList filler,
int start) |
void |
fill(List filler) |
CHPX |
getCHPX(int index) |
int |
getEndIndex() |
protected byte[] |
getGrpprl(int index)
Gets the chpx for the character run at index in this fkp.
|
ArrayList |
getOverflow() |
int |
size()
Used to get the total number of grrprl's stored int this FKP
|
byte[] |
toByteArray(int fcMin) |
getEnd, getStartpublic CHPFormattedDiskPage()
public CHPFormattedDiskPage(byte[] documentStream,
int offset,
int fcMin,
NodeHelper fc2Cp)
public CHPX getCHPX(int index)
public void fill(List filler)
public void fill(ArrayList filler, int start)
public int getEndIndex()
public ArrayList getOverflow()
protected byte[] getGrpprl(int index)
getGrpprl in class FormattedDiskPageindex - The index of the chpx to get.public byte[] toByteArray(int fcMin)
public int size()
FormattedDiskPagesize in class FormattedDiskPageCopyright © 2021. All rights reserved.