public class ChmExtractor extends Object
| Constructor and Description |
|---|
ChmExtractor(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
enumerateChm()
Enumerates chm entities
|
byte[] |
extractChmEntry(DirectoryListingEntry directoryListingEntry)
Decompresses a chm entry
|
ChmDirectoryListingSet |
getChmDirList() |
public ChmExtractor(InputStream is) throws org.apache.tika.exception.TikaException, IOException
org.apache.tika.exception.TikaExceptionIOExceptionpublic List<String> enumerateChm()
public byte[] extractChmEntry(DirectoryListingEntry directoryListingEntry) throws org.apache.tika.exception.TikaException
directoryListingEntry - org.apache.tika.exception.TikaExceptionpublic ChmDirectoryListingSet getChmDirList()
Copyright © 2007–2025 The Apache Software Foundation. All rights reserved.