org.apache.poi.hwpf.model
Class ComplexFileTable
java.lang.Object
org.apache.poi.hwpf.model.ComplexFileTable
- Direct Known Subclasses:
- OldComplexFileTable
@Internal
public class ComplexFileTable
- extends java.lang.Object
Constructor Summary |
|
ComplexFileTable()
|
|
ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin)
|
protected |
ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin,
java.nio.charset.Charset charset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tpt
protected TextPieceTable _tpt
ComplexFileTable
public ComplexFileTable()
ComplexFileTable
protected ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin,
java.nio.charset.Charset charset)
throws java.io.IOException
- Throws:
java.io.IOException
ComplexFileTable
public ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin)
throws java.io.IOException
- Throws:
java.io.IOException
getTextPieceTable
public TextPieceTable getTextPieceTable()
getGrpprls
public SprmBuffer[] getGrpprls()
writeTo
@Deprecated
public void writeTo(HWPFFileSystem sys)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
writeTo
public void writeTo(java.io.ByteArrayOutputStream wordDocumentStream,
java.io.ByteArrayOutputStream tableStream)
throws java.io.IOException
- Throws:
java.io.IOException
newTextPieceTable
protected TextPieceTable newTextPieceTable(byte[] documentStream,
byte[] tableStream,
int offset,
int pieceTableSize,
int fcMin,
java.nio.charset.Charset charset)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.