Class XXH64State.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<XXH64State>, NativeResource, Pointer
Enclosing class:
XXH64State

public static class XXH64State.Buffer extends StructBuffer<XXH64State, XXH64State.Buffer> implements NativeResource
An array of XXH64State structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new XXH64State.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by XXH64State.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • total_len

      @NativeType("XXH64_hash_t") public long total_len()
      Returns:
      the value of the total_len field.
    • acc

      @NativeType("XXH64_hash_t[4]") public LongBuffer acc()
      Returns:
      a LongBuffer view of the acc field.
    • acc

      @NativeType("XXH64_hash_t") public long acc(int index)
      Returns:
      the value at the specified index of the acc field.
    • buffer

      @NativeType("unsigned char[32]") public ByteBuffer buffer()
      Returns:
      a ByteBuffer view of the buffer field.
    • buffer

      @NativeType("unsigned char") public byte buffer(int index)
      Returns:
      the value at the specified index of the buffer field.
    • bufferedSize

      @NativeType("XXH32_hash_t") public int bufferedSize()
      Returns:
      the value of the bufferedSize field.
    • reserved32

      @NativeType("XXH32_hash_t") public int reserved32()
      Returns:
      the value of the reserved32 field.
    • reserved64

      @NativeType("XXH64_hash_t") public long reserved64()
      Returns:
      the value of the reserved64 field.