public class DirectoryListingEntry
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryListingEntry() |
DirectoryListingEntry(int name_length,
java.lang.String name,
ChmCommons.EntryType isCompressed,
int offset,
int length)
Constructs directoryListingEntry
|
| Modifier and Type | Method and Description |
|---|---|
ChmCommons.EntryType |
getEntryType()
Returns ChmCommons.EntryType (COMPRESSED or UNCOMPRESSED)
|
int |
getLength() |
java.lang.String |
getName()
Returns an entry name
|
int |
getNameLength()
Returns an entry name length
|
int |
getOffset() |
java.lang.String |
toString() |
public DirectoryListingEntry()
public DirectoryListingEntry(int name_length,
java.lang.String name,
ChmCommons.EntryType isCompressed,
int offset,
int length)
throws TikaException
name_length - intname - StringisCompressed - ChmCommons.EntryTypeoffset - intlength - intTikaExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getNameLength()
public java.lang.String getName()
public ChmCommons.EntryType getEntryType()
public int getOffset()
public int getLength()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"