@Internal public final class CHPFormattedDiskPage extends FormattedDiskPage
_crun, _fkp, _offset
Constructor and Description |
---|
CHPFormattedDiskPage() |
CHPFormattedDiskPage(byte[] documentStream,
int offset,
CharIndexTranslator translator)
This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array
read from a Word file).
|
CHPFormattedDiskPage(byte[] documentStream,
int offset,
int fcMin,
TextPieceTable tpt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fill(List<CHPX> filler) |
CHPX |
getCHPX(int index) |
List<CHPX> |
getCHPXs() |
protected byte[] |
getGrpprl(int index)
Gets the chpx for the character run at index in this fkp.
|
ArrayList<CHPX> |
getOverflow() |
protected byte[] |
toByteArray(CharIndexTranslator translator) |
protected byte[] |
toByteArray(CharIndexTranslator translator,
int fcMin)
Deprecated.
Use
toByteArray(CharIndexTranslator) instead |
getEnd, getStart, size
public CHPFormattedDiskPage()
public CHPFormattedDiskPage(byte[] documentStream, int offset, int fcMin, TextPieceTable tpt)
CHPFormattedDiskPage(byte[], int, CharIndexTranslator)
insteadpublic CHPFormattedDiskPage(byte[] documentStream, int offset, CharIndexTranslator translator)
public CHPX getCHPX(int index)
protected byte[] getGrpprl(int index)
getGrpprl
in class FormattedDiskPage
index
- The index of the chpx to get.@Deprecated protected byte[] toByteArray(CharIndexTranslator translator, int fcMin)
toByteArray(CharIndexTranslator)
insteadprotected byte[] toByteArray(CharIndexTranslator translator)
Copyright © 2020. All rights reserved.