public class ChmLzxBlock extends Object
Constructor and Description |
---|
ChmLzxBlock(int blockNumber,
byte[] dataSegment,
long blockLength,
ChmLzxBlock prevBlock) |
Modifier and Type | Method and Description |
---|---|
int |
getBlockNumber() |
byte[] |
getContent() |
byte[] |
getContent(int start) |
byte[] |
getContent(int startOffset,
int endOffset) |
protected int |
getContentLength() |
ChmLzxState |
getState() |
protected void |
intelE8Decoding() |
protected void |
setContentLength(int contentLength) |
public ChmLzxBlock(int blockNumber, byte[] dataSegment, long blockLength, ChmLzxBlock prevBlock) throws TikaException
TikaException
protected int getContentLength()
protected void setContentLength(int contentLength)
protected void intelE8Decoding()
public byte[] getContent()
public byte[] getContent(int startOffset, int endOffset)
public byte[] getContent(int start)
public int getBlockNumber()
public ChmLzxState getState()
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.