org.apache.poi.hwpf.model
Class OldComplexFileTable

java.lang.Object
  extended by org.apache.poi.hwpf.model.ComplexFileTable
      extended by 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
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 org.apache.poi.hwpf.model.ComplexFileTable
getGrpprls, getTextPieceTable, writeTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldComplexFileTable

public OldComplexFileTable(byte[] documentStream,
                           byte[] tableStream,
                           int offset,
                           int fcMin,
                           java.nio.charset.Charset charset)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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.