public class DirectoryListingEntry extends Object
| Constructor and Description |
|---|
DirectoryListingEntry() |
DirectoryListingEntry(int name_length,
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() |
String |
getName()
Returns an entry name
|
int |
getNameLength()
Returns an entry name length
|
int |
getOffset() |
String |
toString() |
public DirectoryListingEntry()
public DirectoryListingEntry(int name_length,
String name,
ChmCommons.EntryType isCompressed,
int offset,
int length)
throws TikaException
name_length - intname - StringisCompressed - ChmCommons.EntryTypeoffset - intlength - intTikaExceptionpublic int getNameLength()
public String getName()
public ChmCommons.EntryType getEntryType()
public int getOffset()
public int getLength()
Copyright © 2010 - 2020 Adobe. All Rights Reserved