| Package | Description | 
|---|---|
| org.apache.tika.parser.microsoft.chm | 
| Modifier and Type | Method and Description | 
|---|---|
List<DirectoryListingEntry> | 
ChmDirectoryListingSet.getDirectoryListingEntryList()
Returns chm directory listing entry list 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
ChmExtractor.extractChmEntry(DirectoryListingEntry directoryListingEntry)
Decompresses a chm entry 
 | 
static ChmBlockInfo | 
ChmBlockInfo.getChmBlockInfoInstance(DirectoryListingEntry dle,
                       int bytesPerBlock,
                       ChmLzxcControlData clcd)
Deprecated.  
 | 
static ChmBlockInfo | 
ChmBlockInfo.getChmBlockInfoInstance(DirectoryListingEntry dle,
                       int bytesPerBlock,
                       ChmLzxcControlData clcd,
                       ChmBlockInfo chmBlockInfo)  | 
static boolean | 
ChmCommons.hasSkip(DirectoryListingEntry directoryListingEntry)
Checks skippable patterns 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
ChmCommons.indexOf(List<DirectoryListingEntry> list,
       String pattern)
Searches for some pattern in the directory listing entry list 
 | 
void | 
ChmDirectoryListingSet.setDirectoryListingEntryList(List<DirectoryListingEntry> dlel)
Sets chm directory listing entry list 
 | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.