public class MetaFileReader extends Object
| Constructor and Description |
|---|
MetaFileReader(File metafile) |
MetaFileReader(MetaFileMaker.MetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockCount()
Returns number of blocks in complete file
|
int |
getBlocksize()
Returns size of block
|
int |
getChecksumBytes()
Length of used strong sum
|
ChainingHash |
getHashtable()
Returns hash table cotaining block checksums
|
long |
getLength()
Returns length of complete file
|
int |
getRsumBytes()
Length of used weak sum
|
int |
getSeqNum()
Number of consequence blocks
|
String |
getSha1()
Returns SHA1sum of complete file
|
public MetaFileReader(File metafile)
public MetaFileReader(MetaFileMaker.MetaData metaData)
public ChainingHash getHashtable()
public int getBlockCount()
public int getBlocksize()
public int getChecksumBytes()
public long getLength()
public int getRsumBytes()
public int getSeqNum()
public String getSha1()
Copyright © 2021 McEvoy Software Ltd. All rights reserved.