Package org.apache.poi.hwpf.model
Class OldTextPieceTable
java.lang.Object
org.apache.poi.hwpf.model.TextPieceTable
org.apache.poi.hwpf.model.OldTextPieceTable
- All Implemented Interfaces:
CharIndexTranslator
-
Constructor Summary
ConstructorsConstructorDescriptionOldTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, Charset charset) -
Method Summary
Methods inherited from class org.apache.poi.hwpf.model.TextPieceTable
add, adjustForInsert, equals, getByteIndex, getCharIndex, getCharIndex, getCharIndexRanges, getCpMin, getMaxRecordLength, getText, getTextPieces, hashCode, isIndexInTable, lookIndexBackward, lookIndexForward, setMaxRecordLength, writeTo
-
Constructor Details
-
OldTextPieceTable
public OldTextPieceTable() -
OldTextPieceTable
public OldTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, Charset charset)
-