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 set/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/