public class ChmBlockInfo extends Object
Modifier and Type | Method and Description |
---|---|
static ChmBlockInfo |
getChmBlockInfo() |
protected ChmBlockInfo |
getChmBlockInfo(DirectoryListingEntry dle,
int bytesPerBlock,
ChmLzxcControlData clcd,
ChmBlockInfo chmBlockInfo)
Returns an information related to the chmBlockInfo
|
static ChmBlockInfo |
getChmBlockInfoInstance(DirectoryListingEntry dle,
int bytesPerBlock,
ChmLzxcControlData clcd) |
int |
getEndBlock()
Returns the end block index
|
int |
getEndOffset()
Returns the end offset index
|
int |
getIniBlock()
Returns an initial block index
|
int |
getStartBlock()
Returns the start block index
|
int |
getStartOffset()
Returns the start offset index
|
static void |
main(String[] args) |
static void |
setChmBlockInfo(ChmBlockInfo chmBlockInfo) |
String |
toString()
Returns textual representation of ChmBlockInfo
|
protected ChmBlockInfo getChmBlockInfo(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo) throws TikaException
dle
- - DirectoryListingEntrybytesPerBlock
- - int, = chmLzxcResetTable.block_lengthclcd
- - ChmLzxcControlDatachmBlockInfo
- - ChmBlockInfoTikaException
public static ChmBlockInfo getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd)
public String toString()
public static void main(String[] args)
public int getIniBlock()
public int getStartBlock()
public int getEndBlock()
public int getStartOffset()
public int getEndOffset()
public static void setChmBlockInfo(ChmBlockInfo chmBlockInfo)
public static ChmBlockInfo getChmBlockInfo()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.