com.xpn.xwiki.plugin.lucene
Class TextExtractor

java.lang.Object
  extended by com.xpn.xwiki.plugin.lucene.TextExtractor

public class TextExtractor
extends java.lang.Object

Extraction of text from various binary formats. Extraction itself is done by the textExtractor classes in Packages below org.outerj.daisy taken from the Daisy project .

Version:
$Id: TextExtractor.java 24078 2009-09-27 02:37:41Z sdumitriu $

Constructor Summary
TextExtractor()
           
 
Method Summary
static java.lang.String getText(byte[] content, java.lang.String mimetype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextExtractor

public TextExtractor()
Method Detail

getText

public static java.lang.String getText(byte[] content,
                                       java.lang.String mimetype)
Parameters:
content -
mimetype -
Returns:


Copyright © 2004-2009 XWiki. All Rights Reserved.