@Internal public class ComplexFileTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TextPieceTable |
_tpt |
| Modifier | Constructor and Description |
|---|---|
|
ComplexFileTable() |
|
ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin) |
protected |
ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
SprmBuffer[] |
getGrpprls() |
TextPieceTable |
getTextPieceTable() |
protected 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.
|
protected TextPieceTable _tpt
public ComplexFileTable()
protected ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin,
Charset charset)
throws IOException
IOExceptionpublic ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin)
throws IOException
IOExceptionpublic TextPieceTable getTextPieceTable()
public SprmBuffer[] getGrpprls()
@Deprecated public void writeTo(HWPFFileSystem sys) throws IOException
IOExceptionpublic void writeTo(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) throws IOException
IOExceptionprotected TextPieceTable newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, Charset charset)