public class ChmSection extends Object
Constructor and Description |
---|
ChmSection(byte[] data) |
ChmSection(byte[] data,
byte[] prevconent) |
Modifier and Type | Method and 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 |
unmarshalInt() |
int |
unmarshalUByte() |
char |
unmarshalUtfChar() |
public ChmSection(byte[] data) throws TikaException
TikaException
public ChmSection(byte[] data, byte[] prevconent) throws TikaException
TikaException
public byte[] reverseByteOrder(byte[] toBeReversed) throws TikaException
TikaException
public int checkBit(int i)
public int getSyncBits(int bit)
public int peekBits(int bit)
public int unmarshalUByte()
public byte getByte()
public int getLeft()
public byte[] getData()
public byte[] getPrevContent()
public BigInteger getBigInteger(int i) throws TikaException
TikaException
public byte[] stringToAsciiBytes(String s)
public int unmarshalInt() throws TikaException
TikaException
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–1969 The Apache Software Foundation. All rights reserved.