org.apache.tika.parser.chm.lzx
Class ChmSection
java.lang.Object
org.apache.tika.parser.chm.lzx.ChmSection
public class ChmSection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChmSection
public ChmSection(byte[] data)
throws TikaException
- Throws:
TikaException
reverseByteOrder
public byte[] reverseByteOrder(byte[] toBeReversed)
throws TikaException
- Throws:
TikaException
checkBit
public int checkBit(int i)
getSyncBits
public int getSyncBits(int bit)
getDesyncBits
public int getDesyncBits(int bit,
int removeBit)
unmarshalUByte
public int unmarshalUByte()
getByte
public byte getByte()
getLeft
public int getLeft()
getData
public byte[] getData()
getBigInteger
public BigInteger getBigInteger(int i)
stringToAsciiBytes
public byte[] stringToAsciiBytes(String s)
unmarshalUlong
public BigInteger unmarshalUlong()
unmarshalUInt
public long unmarshalUInt()
unmarshalInt
public int unmarshalInt()
unmarshalBytes
public byte[] unmarshalBytes(int i)
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)
main
public static void main(String[] args)
throws TikaException
- Parameters:
args
-
- Throws:
TikaException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.