org.textmining.extraction.word
Class ComplexFileTable

java.lang.Object
  extended by org.textmining.extraction.word.ComplexFileTable

public class ComplexFileTable
extends java.lang.Object


Constructor Summary
ComplexFileTable(byte[] documentStream, byte[] tableStream, int offset, int fcMin)
           
 
Method Summary
 TextPieceTable getTextPieceTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexFileTable

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

getTextPieceTable

public TextPieceTable getTextPieceTable()