Package org.apache.poi.hwpf.model
Class OldComplexFileTable
- java.lang.Object
-
- org.apache.poi.hwpf.model.ComplexFileTable
-
- org.apache.poi.hwpf.model.OldComplexFileTable
-
@Internal public final class OldComplexFileTable extends ComplexFileTable
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.ComplexFileTable
_tpt
-
-
Constructor Summary
Constructors Constructor Description OldComplexFileTable(byte[] documentStream, byte[] tableStream, int offset, int fcMin, java.nio.charset.Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TextPieceTable
newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, java.nio.charset.Charset charset)
-
Methods inherited from class org.apache.poi.hwpf.model.ComplexFileTable
getGrpprls, getTextPieceTable, writeTo, writeTo
-
-
-
-
Method Detail
-
newTextPieceTable
protected TextPieceTable newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, java.nio.charset.Charset charset)
- Overrides:
newTextPieceTable
in classComplexFileTable
-
-