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() | 
| long | unmarshalUInt() | 
| BigInteger | unmarshalUlong() | 
| char | unmarshalUtfChar() | 
public ChmSection(byte[] data)
           throws TikaException
TikaExceptionpublic ChmSection(byte[] data,
                  byte[] prevconent)
           throws TikaException
TikaExceptionpublic static void main(String[] args) throws TikaException
args - TikaExceptionpublic byte[] reverseByteOrder(byte[] toBeReversed)
                        throws TikaException
TikaExceptionpublic 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)
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)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.