| Package | Description |
|---|---|
| net.openhft.chronicle.hash.hashing |
| Modifier and Type | Method and Description |
|---|---|
static Access<ByteBuffer> |
Accesses.toByteBuffer()
Returns the
Access to any ByteBuffer. |
static Access<Bytes> |
Accesses.toBytes() |
static <T> Access<T> |
Accesses.unsafe()
Returns the
Access delegating getXXX(input, offset) methods to sun.misc.Unsafe.getXXX(input, offset). |
| Modifier and Type | Method and Description |
|---|---|
static <T> long |
Hasher.hash(T input,
Access<T> access,
long offset,
long length)
Returns the hash code for
len continuous bytes of the given input object,
starting from the given offset. |
Copyright © 2015. All rights reserved.