Example #1
0
 /**
  * Create a new Word Extractor
  * @param is InputStream Containing the word file
  */
 public WordExtractor(Stream is1)
     : this(HWPFDocument.VerifyAndBuildPOIFS(is1))
 {
 }