org.textmining.extraction.word
Class Word97TextExtractor

java.lang.Object
  extended by org.textmining.extraction.word.WordTextExtractor
      extended by org.textmining.extraction.word.Word97TextExtractor
All Implemented Interfaces:
TextExtractor

public class Word97TextExtractor
extends WordTextExtractor


Constructor Summary
Word97TextExtractor(java.io.InputStream in)
           
 
Method Summary
 java.lang.String getText()
           
 void getText(java.io.Writer stringWriter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Word97TextExtractor

public Word97TextExtractor(java.io.InputStream in)
                    throws java.io.IOException,
                           PasswordProtectedException
Throws:
java.io.IOException
PasswordProtectedException
Method Detail

getText

public java.lang.String getText()
                         throws java.io.IOException
Throws:
java.io.IOException

getText

public void getText(java.io.Writer stringWriter)
             throws java.io.IOException
Throws:
java.io.IOException