public class FixityInputStream
extends org.apache.commons.io.input.CountingInputStream
| Constructor and Description |
|---|
FixityInputStream(java.io.InputStream in,
java.security.MessageDigest digest)
Creates a
FilterInputStream by assigning the
argument in to the field this.in
so as to remember it for later use. |
| Modifier and Type | Method and Description |
|---|---|
java.security.MessageDigest |
getMessageDigest()
Retrieve the calculated digest for the input stream
|
afterRead, getByteCount, getCount, resetByteCount, resetCount, skippublic FixityInputStream(java.io.InputStream in,
java.security.MessageDigest digest)
FilterInputStream by assigning the
argument in to the field this.in
so as to remember it for later use.in - the underlying input stream, or null if
this instance is to be created without an underlying stream.Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.