public class ChmBlockInfo extends 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(String[] args) |
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 String toString()
public static void main(String[] args)
public int getIniBlock()
public int getStartBlock()
public int getEndBlock()
public int getStartOffset()
public int getEndOffset()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.