Class ChmSection

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

public class ChmSection extends Object
  • Constructor Details

  • Method Details

    • main

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

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

      public int checkBit(int i)
    • getSyncBits

      public int getSyncBits(int bit)
    • peekBits

      public int peekBits(int bit)
    • unmarshalUByte

      public int unmarshalUByte()
    • getByte

      public byte getByte()
    • getLeft

      public int getLeft()
    • getData

      public byte[] getData()
    • getPrevContent

      public byte[] getPrevContent()
    • getBigInteger

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

      public byte[] stringToAsciiBytes(String s)
    • unmarshalBytes

      public byte[] unmarshalBytes(int i) throws TikaException
      Throws:
      TikaException
    • getEncint

      public BigInteger getEncint()
    • unmarshalUtfChar

      public char unmarshalUtfChar()
    • getSwath

      public int getSwath()
    • setSwath

      public void setSwath(int swath)
    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)