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 TikaException, IOException
TikaException
IOException
public List<String> enumerateChm()
public byte[] extractChmEntry(DirectoryListingEntry directoryListingEntry) throws TikaException
directoryListingEntry
- TikaException
public ChmDirectoryListingSet getChmDirList()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.