Package org.apache.poi.hwpf.model
Class ComplexFileTable
java.lang.Object
org.apache.poi.hwpf.model.ComplexFileTable
- Direct Known Subclasses:
OldComplexFileTable
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionComplexFileTable
(byte[] documentStream, byte[] tableStream, int offset, int fcMin) protected
ComplexFileTable
(byte[] documentStream, byte[] tableStream, int offset, int fcMin, Charset charset) -
Method Summary
Modifier and TypeMethodDescriptionprotected TextPieceTable
newTextPieceTable
(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, Charset charset) void
writeTo
(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) void
writeTo
(HWPFFileSystem sys) Deprecated.
-
Field Details
-
_tpt
-
-
Constructor Details
-
ComplexFileTable
public ComplexFileTable() -
ComplexFileTable
protected ComplexFileTable(byte[] documentStream, byte[] tableStream, int offset, int fcMin, Charset charset) throws IOException - Throws:
IOException
-
ComplexFileTable
public ComplexFileTable(byte[] documentStream, byte[] tableStream, int offset, int fcMin) throws IOException - Throws:
IOException
-
-
Method Details
-
getTextPieceTable
-
getGrpprls
-
writeTo
Deprecated.- Throws:
IOException
-
writeTo
public void writeTo(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-
newTextPieceTable
protected TextPieceTable newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, Charset charset)
-