Package org.apache.tika.parser.chm.core
Class ChmExtractor
java.lang.Object
org.apache.tika.parser.chm.core.ChmExtractor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Extracts text from chm file. Enumerates chm entries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Enumerates chm entitiesbyte[]extractChmEntry(DirectoryListingEntry directoryListingEntry) Deprecated.Decompresses a chm entryDeprecated.
-
Constructor Details
-
ChmExtractor
Deprecated.- Throws:
TikaExceptionIOException
-
-
Method Details
-
enumerateChm
Deprecated.Enumerates chm entities- Returns:
- list of chm entities
-
extractChmEntry
Deprecated.Decompresses a chm entry- Parameters:
directoryListingEntry-- Returns:
- decompressed data
- Throws:
TikaException
-
getChmDirList
Deprecated.
-