Class XXH3State.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new XXH3State.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 XXH3State.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

    • acc

      @NativeType("XXH64_hash_t[8]") 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.
    • customSecret

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

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

      @NativeType("unsigned char[256]") 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.
    • useSeed

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

      @NativeType("size_t") public long nbStripesSoFar()
      Returns:
      the value of the nbStripesSoFar field.
    • totalLen

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

      @NativeType("size_t") public long nbStripesPerBlock()
      Returns:
      the value of the nbStripesPerBlock field.
    • secretLimit

      @NativeType("size_t") public long secretLimit()
      Returns:
      the value of the secretLimit field.
    • seed

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

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

      @NativeType("unsigned char const *") public ByteBuffer extSecret(int capacity)
      Returns:
      a ByteBuffer view of the data pointed to by the extSecret field.