Class ChmSection

java.lang.Object
org.apache.tika.parser.chm.lzx.ChmSection

@Deprecated(since="2026-04-30") public class ChmSection extends Object
Deprecated.
  • Constructor Details

  • Method Details

    • reverseByteOrder

      public byte[] reverseByteOrder(byte[] toBeReversed) throws TikaException
      Deprecated.
      Throws:
      TikaException
    • checkBit

      public int checkBit(int i)
      Deprecated.
    • getSyncBits

      public int getSyncBits(int bit)
      Deprecated.
    • peekBits

      public int peekBits(int bit)
      Deprecated.
    • unmarshalUByte

      public int unmarshalUByte()
      Deprecated.
    • getByte

      public byte getByte()
      Deprecated.
    • getLeft

      public int getLeft()
      Deprecated.
    • getData

      public byte[] getData()
      Deprecated.
    • getPrevContent

      public byte[] getPrevContent()
      Deprecated.
    • getBigInteger

      public BigInteger getBigInteger(int i) throws TikaException
      Deprecated.
      Throws:
      TikaException
    • stringToAsciiBytes

      public byte[] stringToAsciiBytes(String s)
      Deprecated.
    • unmarshalInt

      public int unmarshalInt() throws TikaException
      Deprecated.
      Throws:
      TikaException
    • unmarshalBytes

      public byte[] unmarshalBytes(int i)
      Deprecated.
    • getEncint

      public BigInteger getEncint()
      Deprecated.
    • unmarshalUtfChar

      public char unmarshalUtfChar()
      Deprecated.
    • getSwath

      public int getSwath()
      Deprecated.
    • setSwath

      public void setSwath(int swath)
      Deprecated.
    • getTotal

      public int getTotal()
      Deprecated.
    • setTotal

      public void setTotal(int total)
      Deprecated.
    • main

      public static void main(String[] args) throws TikaException
      Deprecated.
      Parameters:
      args -
      Throws:
      TikaException