public class ChmBlockInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ChmBlockInfo |
getChmBlockInfoInstance(DirectoryListingEntry dle,
int bytesPerBlock,
ChmLzxcControlData clcd)
Deprecated.
|
static ChmBlockInfo |
getChmBlockInfoInstance(DirectoryListingEntry dle,
int bytesPerBlock,
ChmLzxcControlData clcd,
ChmBlockInfo chmBlockInfo) |
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(java.lang.String[] args) |
java.lang.String |
toString()
Returns textual representation of ChmBlockInfo
|
@Deprecated public static ChmBlockInfo getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd) throws ChmParsingException
ChmParsingException
public static ChmBlockInfo getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo) throws ChmParsingException
ChmParsingException
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)
public int getIniBlock()
public int getStartBlock()
public int getEndBlock()
public int getStartOffset()
public int getEndOffset()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"