Uses of Class
org.apache.tika.parser.chm.core.ChmCommons.EntryType
-
Packages that use ChmCommons.EntryType Package Description org.apache.tika.parser.chm.accessor org.apache.tika.parser.chm.assertion org.apache.tika.parser.chm.core -
-
Uses of ChmCommons.EntryType in org.apache.tika.parser.chm.accessor
Methods in org.apache.tika.parser.chm.accessor that return ChmCommons.EntryType Modifier and Type Method Description ChmCommons.EntryTypeDirectoryListingEntry. getEntryType()Returns ChmCommons.EntryType (COMPRESSED or UNCOMPRESSED)Methods in org.apache.tika.parser.chm.accessor with parameters of type ChmCommons.EntryType Modifier and Type Method Description protected voidDirectoryListingEntry. setEntryType(ChmCommons.EntryType entryType)Constructors in org.apache.tika.parser.chm.accessor with parameters of type ChmCommons.EntryType Constructor Description DirectoryListingEntry(int name_length, String name, ChmCommons.EntryType isCompressed, int offset, int length)Constructs directoryListingEntry -
Uses of ChmCommons.EntryType in org.apache.tika.parser.chm.assertion
Methods in org.apache.tika.parser.chm.assertion with parameters of type ChmCommons.EntryType Modifier and Type Method Description static 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 exception -
Uses of ChmCommons.EntryType in org.apache.tika.parser.chm.core
Methods in org.apache.tika.parser.chm.core that return ChmCommons.EntryType Modifier and Type Method Description static ChmCommons.EntryTypeChmCommons.EntryType. valueOf(String name)Returns 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.
-