public class ChmSection extends Object
Constructor and Description |
---|
ChmSection(byte[] data) |
Modifier and Type | Method and Description |
---|---|
int |
checkBit(int i) |
BigInteger |
getBigInteger(int i) |
byte |
getByte() |
byte[] |
getData() |
int |
getDesyncBits(int bit,
int removeBit) |
BigInteger |
getEncint() |
int |
getLeft() |
int |
getSwath() |
int |
getSyncBits(int bit) |
int |
getTotal() |
static void |
main(String[] args) |
byte[] |
reverseByteOrder(byte[] toBeReversed) |
void |
setSwath(int swath) |
void |
setTotal(int total) |
byte[] |
stringToAsciiBytes(String s) |
byte[] |
unmarshalBytes(int i) |
int |
unmarshalInt() |
int |
unmarshalUByte() |
long |
unmarshalUInt() |
BigInteger |
unmarshalUlong() |
char |
unmarshalUtfChar() |
public ChmSection(byte[] data) throws TikaException
TikaException
public byte[] reverseByteOrder(byte[] toBeReversed) throws TikaException
TikaException
public int checkBit(int i)
public int getSyncBits(int bit)
public int getDesyncBits(int bit, int removeBit)
public int unmarshalUByte()
public byte getByte()
public int getLeft()
public byte[] getData()
public BigInteger getBigInteger(int i)
public byte[] stringToAsciiBytes(String s)
public BigInteger unmarshalUlong()
public long unmarshalUInt()
public int unmarshalInt()
public byte[] unmarshalBytes(int i)
public BigInteger getEncint()
public char unmarshalUtfChar()
public int getSwath()
public void setSwath(int swath)
public int getTotal()
public void setTotal(int total)
public static void main(String[] args) throws TikaException
args
- TikaException
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.