|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.parser.chm.accessor.ChmDirectoryListingSet
public class ChmDirectoryListingSet
Holds chm listing entries
| Constructor Summary | |
|---|---|
ChmDirectoryListingSet(byte[] data,
ChmItsfHeader chmItsHeader,
ChmItspHeader chmItspHeader)
Constructs chm directory listing set |
|
| Method Summary | |
|---|---|
int |
getControlDataIndex()
Returns control data index that located in List |
long |
getDataOffset()
Returns data offset |
List<DirectoryListingEntry> |
getDirectoryListingEntryList()
Returns chm directory listing entry list |
int |
getResetTableIndex()
Return index of reset table |
static void |
main(String[] args)
|
protected void |
setControlDataIndex(int controlDataIndex)
Sets control data index |
void |
setDirectoryListingEntryList(List<DirectoryListingEntry> dlel)
Sets chm directory listing entry list |
protected void |
setResetTableIndex(int resetTableIndex)
Sets reset table index |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChmDirectoryListingSet(byte[] data,
ChmItsfHeader chmItsHeader,
ChmItspHeader chmItspHeader)
throws org.apache.tika.exception.TikaException
data - byte[]chmItsHeader - chmItspHeader -
org.apache.tika.exception.TikaException| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getControlDataIndex()
protected void setControlDataIndex(int controlDataIndex)
controlDataIndex - public int getResetTableIndex()
protected void setResetTableIndex(int resetTableIndex)
resetTableIndex - public static void main(String[] args)
args - public void setDirectoryListingEntryList(List<DirectoryListingEntry> dlel)
dlel - chm directory listing entry listpublic List<DirectoryListingEntry> getDirectoryListingEntryList()
public long getDataOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||