Class HashWriter

java.lang.Object
java.io.Writer
org.apache.iceberg.util.HashWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class HashWriter extends Writer
Writer implementation that uses a hashing function to produce a hash value based on the streamed bytes. The output of the writer is not preserved.