public class ExactDigestValidatorInputStream
extends org.apache.commons.io.input.ProxyInputStream
in
Constructor and Description |
---|
ExactDigestValidatorInputStream(InputStream in,
DigestType digestType,
String expectedDigest) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterRead(int n) |
public ExactDigestValidatorInputStream(InputStream in, DigestType digestType, String expectedDigest)
protected void afterRead(int n) throws IOException
afterRead
in class org.apache.commons.io.input.ProxyInputStream
IOException
Copyright © 2019 Vitam. All rights reserved.