Package | Description |
---|---|
org.apache.tika.parser.chm.accessor | |
org.apache.tika.parser.chm.assertion | |
org.apache.tika.parser.chm.core |
Modifier and Type | Method and Description |
---|---|
ChmCommons.EntryType |
DirectoryListingEntry.getEntryType()
Returns ChmCommons.EntryType (COMPRESSED or UNCOMPRESSED)
|
Modifier and Type | Method and Description |
---|---|
protected void |
DirectoryListingEntry.setEntryType(ChmCommons.EntryType entryType) |
Constructor and Description |
---|
DirectoryListingEntry(int name_length,
String name,
ChmCommons.EntryType isCompressed,
int offset,
int length)
Constructs directoryListingEntry
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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–1969 The Apache Software Foundation. All rights reserved.