|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||