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
Constructor Summary |
OldComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin,
java.nio.charset.Charset charset)
|
Method Summary |
protected TextPieceTable |
newTextPieceTable(byte[] documentStream,
byte[] tableStream,
int offset,
int pieceTableSize,
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 |
OldComplexFileTable
public OldComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin,
java.nio.charset.Charset charset)
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)
- Overrides:
newTextPieceTable
in class ComplexFileTable
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.