org.textmining.extraction.word
Class Word6TextExtractor

java.lang.Object
  extended by org.textmining.extraction.word.WordTextExtractor
      extended by org.textmining.extraction.word.Word6TextExtractor
All Implemented Interfaces:
TextExtractor
Direct Known Subclasses:
Word2TextExtractor

public class Word6TextExtractor
extends WordTextExtractor

This class is used to extract text from Word 6 documents only. It should only be called from the org.textmining.text.extraction.WordExtractor because it will automatically determine the version.

Author:
Ryan Ackley

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

Constructor Detail

Word6TextExtractor

public Word6TextExtractor(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 writer)
             throws java.io.IOException
Throws:
java.io.IOException