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

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

Introduction

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

The text is from its open source code.

Constructor

HashingInputStream(HashFunction hashFunction, InputStream in)
Creates an input stream that hashes using the given HashFunction and delegates all data read from it to the underlying InputStream .

Method

voidclose()
Closes this input stream and releases any system resources associated with the stream.
HashCodehash()
Returns the HashCode based on the data read from this stream.