Class HashingInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.mastfrog.util.streams.HashingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class HashingInputStream extends FilterInputStream
Wrapper for an input stream which can compute a hash as bytes are read.
Author:
Tim Boudreau