public final class XxHash64 extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
hash() |
static long |
hash(InputStream in) |
static long |
hash(long value) |
static long |
hash(long seed,
InputStream in) |
static long |
hash(long seed,
Slice data) |
static long |
hash(long seed,
Slice data,
int offset,
int length) |
static long |
hash(Slice data) |
static long |
hash(Slice data,
int offset,
int length) |
XxHash64 |
update(byte[] data) |
XxHash64 |
update(byte[] data,
int offset,
int length) |
XxHash64 |
update(Slice data) |
XxHash64 |
update(Slice data,
int offset,
int length) |
public XxHash64 update(byte[] data)
public XxHash64 update(byte[] data, int offset, int length)
public long hash()
public static long hash(long value)
public static long hash(InputStream in) throws IOException
IOExceptionpublic static long hash(long seed,
InputStream in)
throws IOException
IOExceptionpublic static long hash(Slice data)
public static long hash(long seed,
Slice data)
public static long hash(Slice data, int offset, int length)
public static long hash(long seed,
Slice data,
int offset,
int length)
Copyright © 2012-2017. All Rights Reserved.