HashingSink
A sink which hashes data as it is being written to
Parameters
hash
The HashFunction to hash data with
sink
the SdkSink to hash
Inherited functions
Link copied to clipboard
Returns a new sink that buffers writes to the sink. Writes will be efficiently "batched". Call SdkSink.flush when done to emit all data to the underlying sink.