Uses of Class
org.apache.tika.parser.microsoft.chm.DirectoryListingEntry
-
Packages that use DirectoryListingEntry Package Description org.apache.tika.parser.microsoft.chm -
-
Uses of DirectoryListingEntry in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return types with arguments of type DirectoryListingEntry Modifier and Type Method Description List<DirectoryListingEntry>
ChmDirectoryListingSet. getDirectoryListingEntryList()
Returns chm directory listing entry listMethods in org.apache.tika.parser.microsoft.chm with parameters of type DirectoryListingEntry Modifier and Type Method Description byte[]
ChmExtractor. extractChmEntry(DirectoryListingEntry directoryListingEntry)
Decompresses a chm entrystatic 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 patternsMethod parameters in org.apache.tika.parser.microsoft.chm with type arguments of type DirectoryListingEntry Modifier and Type Method Description static int
ChmCommons. indexOfDataSpaceStorageElement(List<DirectoryListingEntry> list, String pattern)
Searches for some pattern in the directory listing entry list This requires that the entry name start with "::DataSpaceStorage" See TIKA-4204void
ChmDirectoryListingSet. setDirectoryListingEntryList(List<DirectoryListingEntry> dlel)
Sets chm directory listing entry list
-