|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tika.parser.chm.core.ChmExtractor
public class ChmExtractor
Extracts text from chm file. Enumerates chm entries.
Constructor Summary | |
---|---|
ChmExtractor(java.io.InputStream is)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
enumerateChm()
Enumerates chm entities |
byte[][] |
extractChmEntry(DirectoryListingEntry directoryListingEntry)
Decompresses a chm entry |
ChmDirectoryListingSet |
getChmDirList()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChmExtractor(java.io.InputStream is) throws TikaException, java.io.IOException
TikaException
java.io.IOException
Method Detail |
---|
public java.util.List<java.lang.String> enumerateChm()
public byte[][] extractChmEntry(DirectoryListingEntry directoryListingEntry) throws TikaException
directoryListingEntry
-
TikaException
public ChmDirectoryListingSet getChmDirList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |