Uses of Enum
org.apache.tika.parser.microsoft.chm.ChmCommons.EntryType
Packages that use ChmCommons.EntryType
-
Uses of ChmCommons.EntryType in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return ChmCommons.EntryTypeModifier and TypeMethodDescriptionDirectoryListingEntry.getEntryType()Returns ChmCommons.EntryType (COMPRESSED or UNCOMPRESSED)static ChmCommons.EntryTypeReturns the enum constant of this type with the specified name.static ChmCommons.EntryType[]ChmCommons.EntryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.microsoft.chm with parameters of type ChmCommons.EntryTypeModifier and TypeMethodDescriptionstatic final voidChmAssert.assertDirectoryListingEntry(int name_length, String name, ChmCommons.EntryType entryType, int offset, int length) Checks validity of the DirectoryListingEntry's parameters In case of invalid parameter(s) throws an exceptionprotected voidDirectoryListingEntry.setEntryType(ChmCommons.EntryType entryType) Constructors in org.apache.tika.parser.microsoft.chm with parameters of type ChmCommons.EntryTypeModifierConstructorDescriptionDirectoryListingEntry(int name_length, String name, ChmCommons.EntryType isCompressed, int offset, int length) Constructs directoryListingEntry