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

      public LongBuffer acc()
      Returns:
      a LongBuffer view of the acc field.
    • acc

      public long acc(int index)
      Returns:
      the value at the specified index of the acc field.
    • customSecret

      public ByteBuffer customSecret()
      Returns:
      a ByteBuffer view of the customSecret field.
    • customSecret

      public byte customSecret(int index)
      Returns:
      the value at the specified index of the customSecret field.
    • buffer

      public ByteBuffer buffer()
      Returns:
      a ByteBuffer view of the buffer field.
    • buffer

      public byte buffer(int index)
      Returns:
      the value at the specified index of the buffer field.
    • bufferedSize

      public int bufferedSize()
      Returns:
      the value of the bufferedSize field.
    • useSeed

      public int useSeed()
      Returns:
      the value of the useSeed field.
    • nbStripesSoFar

      public long nbStripesSoFar()
      Returns:
      the value of the nbStripesSoFar field.
    • totalLen

      public long totalLen()
      Returns:
      the value of the totalLen field.
    • nbStripesPerBlock

      public long nbStripesPerBlock()
      Returns:
      the value of the nbStripesPerBlock field.
    • secretLimit

      public long secretLimit()
      Returns:
      the value of the secretLimit field.
    • seed

      public long seed()
      Returns:
      the value of the seed field.
    • reserved64

      public long reserved64()
      Returns:
      the value of the reserved64 field.
    • extSecret

      public ByteBuffer extSecret(int capacity)
      Returns:
      a ByteBuffer view of the data pointed to by the extSecret field.