public class ChmDirectoryListingSet
extends java.lang.Object
| Constructor and Description |
|---|
ChmDirectoryListingSet(byte[] data,
ChmItsfHeader chmItsHeader,
ChmItspHeader chmItspHeader)
Constructs chm directory listing set
|
| Modifier and Type | Method and Description |
|---|---|
int |
getControlDataIndex()
Returns control data index that located in List
|
long |
getDataOffset()
Returns data offset
|
java.util.List<DirectoryListingEntry> |
getDirectoryListingEntryList()
Returns chm directory listing entry list
|
int |
getResetTableIndex()
Return index of reset table
|
void |
setDirectoryListingEntryList(java.util.List<DirectoryListingEntry> dlel)
Sets chm directory listing entry list
|
static boolean |
startsWith(byte[] data,
java.lang.String prefix) |
java.lang.String |
toString() |
public ChmDirectoryListingSet(byte[] data,
ChmItsfHeader chmItsHeader,
ChmItspHeader chmItspHeader)
throws TikaException
data - byte[]chmItsHeader - chmItspHeader - TikaExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getControlDataIndex()
public int getResetTableIndex()
public static final boolean startsWith(byte[] data,
java.lang.String prefix)
public void setDirectoryListingEntryList(java.util.List<DirectoryListingEntry> dlel)
dlel - chm directory listing entry listpublic java.util.List<DirectoryListingEntry> getDirectoryListingEntryList()
public long getDataOffset()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"