Uses of Class
org.apache.tika.parser.chm.core.ChmCommons.EntryType

Packages that use ChmCommons.EntryType
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
 ChmCommons.EntryType DirectoryListingEntry.getEntryType()
          Returns ChmCommons.EntryType (COMPRESSED or UNCOMPRESSED)
 

Methods in org.apache.tika.parser.chm.accessor with parameters of type ChmCommons.EntryType
protected  void DirectoryListingEntry.setEntryType(ChmCommons.EntryType entryType)
           
 

Constructors in org.apache.tika.parser.chm.accessor with parameters of type ChmCommons.EntryType
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
static void ChmAssert.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
static ChmCommons.EntryType ChmCommons.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.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.