Class ChmSection
- java.lang.Object
-
- org.apache.tika.parser.microsoft.chm.ChmSection
-
public class ChmSection extends Object
-
-
Constructor Summary
Constructors Constructor Description ChmSection(byte[] data)
ChmSection(byte[] data, byte[] prevconent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
checkBit(int i)
BigInteger
getBigInteger(int i)
byte
getByte()
byte[]
getData()
BigInteger
getEncint()
int
getLeft()
byte[]
getPrevContent()
int
getSwath()
int
getSyncBits(int bit)
int
getTotal()
static void
main(String[] args)
int
peekBits(int bit)
byte[]
reverseByteOrder(byte[] toBeReversed)
void
setSwath(int swath)
void
setTotal(int total)
byte[]
stringToAsciiBytes(String s)
byte[]
unmarshalBytes(int i)
int
unmarshalUByte()
char
unmarshalUtfChar()
-
-
-
Constructor Detail
-
ChmSection
public ChmSection(byte[] data) throws TikaException
- Throws:
TikaException
-
ChmSection
public ChmSection(byte[] data, byte[] prevconent) throws TikaException
- Throws:
TikaException
-
-
Method Detail
-
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)
-
-