|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.parser.chm.lzx.ChmBlockInfo
public class ChmBlockInfo
A container that contains chm block information such as: i. initial block is using to reset main tree ii. start block is using for knowing where to start iii. end block is using for knowing where to stop iv. start offset is using for knowing where to start reading v. end offset is using for knowing where to stop reading
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
protected ChmBlockInfo getChmBlockInfo(DirectoryListingEntry dle,
int bytesPerBlock,
ChmLzxcControlData clcd,
ChmBlockInfo chmBlockInfo)
throws org.apache.tika.exception.TikaException
dle - - DirectoryListingEntrybytesPerBlock - - int, = chmLzxcResetTable.block_lengthclcd - - ChmLzxcControlDatachmBlockInfo - - ChmBlockInfo
org.apache.tika.exception.TikaException
public static ChmBlockInfo getChmBlockInfoInstance(DirectoryListingEntry dle,
int bytesPerBlock,
ChmLzxcControlData clcd)
public String toString()
toString in class Objectpublic 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||