Class HashingOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.mastfrog.util.streams.HashingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class HashingOutputStream extends FilterOutputStream
Output stream which wraps another output stream and computes a cryptographic hash using some algorithm as the data arrives.
Author:
Tim Boudreau