Java org.apache.hadoop.io MD5Hash fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io MD5Hash fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io MD5Hash.

The text is from its open source code.

Field

nulldigest

Constructor

MD5Hash()
Constructs an MD5Hash.
MD5Hash(String hex)
Constructs an MD5Hash from a hex string.
MD5Hash(byte[] digest)
Constructs an MD5Hash with a specified value.

Method

booleanequals(Object o)
Returns true iff o is an MD5Hash whose digest contains the same values.
byte[]getDigest()
Returns the digest bytes.
MessageDigestgetDigester()
Create a thread local MD5 digester
longhalfDigest()
Construct a half-sized version of this MD5.
StringtoString()
Returns a string representation of this object.
voidwrite(DataOutput out)