public class ChmLzxBlock
extends java.lang.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) |
ChmLzxState |
getState() |
public ChmLzxBlock(int blockNumber, byte[] dataSegment, long blockLength, ChmLzxBlock prevBlock) throws TikaException
TikaException
public byte[] getContent()
public byte[] getContent(int startOffset, int endOffset) throws TikaException
TikaException
public byte[] getContent(int start) throws TikaException
TikaException
public int getBlockNumber()
public ChmLzxState getState()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"