Package org.apache.tika.parser.chm.lzx
Class ChmSection
java.lang.Object
org.apache.tika.parser.chm.lzx.ChmSection
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionChmSection(byte[] data) Deprecated.ChmSection(byte[] data, byte[] prevconent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintcheckBit(int i) Deprecated.getBigInteger(int i) Deprecated.bytegetByte()Deprecated.byte[]getData()Deprecated.Deprecated.intgetLeft()Deprecated.byte[]Deprecated.intgetSwath()Deprecated.intgetSyncBits(int bit) Deprecated.intgetTotal()Deprecated.static voidDeprecated.intpeekBits(int bit) Deprecated.byte[]reverseByteOrder(byte[] toBeReversed) Deprecated.voidsetSwath(int swath) Deprecated.voidsetTotal(int total) Deprecated.byte[]Deprecated.byte[]unmarshalBytes(int i) Deprecated.intDeprecated.intDeprecated.charDeprecated.
-
Constructor Details
-
ChmSection
Deprecated.- Throws:
TikaException
-
ChmSection
Deprecated.- Throws:
TikaException
-
-
Method Details
-
reverseByteOrder
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
Deprecated.- Throws:
TikaException
-
stringToAsciiBytes
Deprecated. -
unmarshalInt
Deprecated.- Throws:
TikaException
-
unmarshalBytes
public byte[] unmarshalBytes(int i) Deprecated. -
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
Deprecated.- Parameters:
args-- Throws:
TikaException
-