Class ChmDirectoryListingSet
java.lang.Object
org.apache.tika.parser.microsoft.chm.ChmDirectoryListingSet
Holds chm listing entries
-
Constructor Summary
ConstructorDescriptionChmDirectoryListingSet
(byte[] data, ChmItsfHeader chmItsHeader, ChmItspHeader chmItspHeader) Constructs chm directory listing set -
Method Summary
Modifier and TypeMethodDescriptionint
Returns control data index that located in Listlong
Returns data offsetReturns chm directory listing entry listint
Return index of reset tableprotected void
setControlDataIndex
(int controlDataIndex) Sets control data indexvoid
Sets chm directory listing entry listprotected void
setResetTableIndex
(int resetTableIndex) Sets reset table indexstatic final boolean
startsWith
(byte[] data, String prefix) toString()
-
Constructor Details
-
ChmDirectoryListingSet
public ChmDirectoryListingSet(byte[] data, ChmItsfHeader chmItsHeader, ChmItspHeader chmItspHeader) throws TikaException Constructs chm directory listing set- Parameters:
data
- byte[]chmItsHeader
-chmItspHeader
-- Throws:
TikaException
-
-
Method Details
-
startsWith
-
toString
-
getControlDataIndex
public int getControlDataIndex()Returns control data index that located in List- Returns:
- control data index
-
setControlDataIndex
protected void setControlDataIndex(int controlDataIndex) Sets control data index- Parameters:
controlDataIndex
-
-
getResetTableIndex
public int getResetTableIndex()Return index of reset table- Returns:
- reset table index
-
setResetTableIndex
protected void setResetTableIndex(int resetTableIndex) Sets reset table index- Parameters:
resetTableIndex
-
-
getDirectoryListingEntryList
Returns chm directory listing entry list- Returns:
- List
-
setDirectoryListingEntryList
Sets chm directory listing entry list- Parameters:
dlel
- chm directory listing entry list
-
getDataOffset
public long getDataOffset()Returns data offset- Returns:
- dataOffset
-