Class ChmDirectoryListingSet

java.lang.Object
org.apache.tika.parser.chm.accessor.ChmDirectoryListingSet

@Deprecated(since="2026-04-30") public class ChmDirectoryListingSet extends Object
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Holds chm listing entries
  • 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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • 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

      public static final boolean startsWith(byte[] data, String prefix)
      Deprecated.
    • setDirectoryListingEntryList

      public void setDirectoryListingEntryList(List<DirectoryListingEntry> dlel)
      Deprecated.
      Sets chm directory listing entry list
      Parameters:
      dlel - chm directory listing entry list
    • getDirectoryListingEntryList

      public List<DirectoryListingEntry> getDirectoryListingEntryList()
      Deprecated.
      Returns chm directory listing entry list
      Returns:
      List
    • getDataOffset

      public long getDataOffset()
      Deprecated.
      Returns data offset
      Returns:
      dataOffset