public class Binaries
extends Object
-
Method Summary
static com.google.common.hash.HashCode
static com.google.common.hash.HashCode
hash(byte[] bytes,
int off,
int len)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
hash
public static com.google.common.hash.HashCode hash(byte[] bytes)
-
hash
public static com.google.common.hash.HashCode hash(byte[] bytes,
int off,
int len)
-
newBinary
public static Binary newBinary(byte[] bytes)
-
newBinary
public static Binary newBinary(byte[] bytes,
String mimeType)