| Package | Description |
|---|---|
| org.apache.tika.parser.microsoft.chm |
| Modifier and Type | Method and Description |
|---|---|
ChmCommons.EntryType |
DirectoryListingEntry.getEntryType()
Returns ChmCommons.EntryType (COMPRESSED or UNCOMPRESSED)
|
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.
|
| 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
|
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
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.