public final class StreamMd5AndLength extends Object
| Constructor and Description |
|---|
StreamMd5AndLength() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentOperationByteCount() |
MessageDigest |
getDigest() |
long |
getLength() |
String |
getMd5() |
void |
setCurrentOperationByteCount(long currentOperationByteCount) |
void |
setDigest(MessageDigest digest)
Sets the MessageDigest, used to calculate MD5
|
void |
setLength(long length) |
void |
setMd5(String md5) |
public MessageDigest getDigest()
public long getLength()
public long getCurrentOperationByteCount()
public String getMd5()
public void setDigest(MessageDigest digest)
digest - the digest to setpublic void setLength(long length)
length - the length to setpublic void setCurrentOperationByteCount(long currentOperationByteCount)
currentOperationByteCount - the currentOperationByteCount to setpublic void setMd5(String md5)
md5 - the md5 to setCopyright © 2019. All rights reserved.