Java com.google.common.hash HashingOutputStream fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.hash HashingOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.hash HashingOutputStream.

The text is from its open source code.

Constructor

HashingOutputStream(HashFunction hashFunction, OutputStream out)
Creates an output stream that hashes using the given HashFunction , and forwards all data written to it to the underlying OutputStream .

Method

voidclose()
HashCodehash()
Returns the HashCode based on the data written to this stream.
voidwrite(int b)