Class ChmDirectoryListingSet
java.lang.Object
org.apache.tika.parser.chm.accessor.ChmDirectoryListingSet
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Holds chm listing entries
-
Constructor Summary
ConstructorsConstructorDescriptionChmDirectoryListingSet(byte[] data, ChmItsfHeader chmItsHeader, ChmItspHeader chmItspHeader) Deprecated.Constructs chm directory listing set -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Returns control data index that located in ListlongDeprecated.Returns data offsetDeprecated.Returns chm directory listing entry listintDeprecated.Return index of reset tablevoidDeprecated.Sets chm directory listing entry liststatic final booleanstartsWith(byte[] data, String prefix) Deprecated.toString()Deprecated.
-
Constructor Details
-
ChmDirectoryListingSet
public ChmDirectoryListingSet(byte[] data, ChmItsfHeader chmItsHeader, ChmItspHeader chmItspHeader) throws TikaException Deprecated.Constructs chm directory listing set- Parameters:
data- byte[]chmItsHeader-chmItspHeader-- Throws:
TikaException
-
-
Method Details
-
toString
Deprecated. -
getControlDataIndex
public int getControlDataIndex()Deprecated.Returns control data index that located in List- Returns:
- control data index
-
getResetTableIndex
public int getResetTableIndex()Deprecated.Return index of reset table- Returns:
- reset table index
-
startsWith
Deprecated. -
setDirectoryListingEntryList
Deprecated.Sets chm directory listing entry list- Parameters:
dlel- chm directory listing entry list
-
getDirectoryListingEntryList
Deprecated.Returns chm directory listing entry list- Returns:
- List
-
getDataOffset
public long getDataOffset()Deprecated.Returns data offset- Returns:
- dataOffset
-