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
TikaExceptionprotected int getContentLength()
protected void setContentLength(int contentLength)
protected void intelE8Decoding()
public byte[] getContent()
public byte[] getContent(int startOffset,
int endOffset)
throws TikaException
TikaExceptionpublic byte[] getContent(int start)
throws TikaException
TikaExceptionpublic int getBlockNumber()
public ChmLzxState getState()
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.