Class LZ4HCCCtxInternal.Buffer

All Implemented Interfaces:
Iterable<LZ4HCCCtxInternal>, Pointer
Enclosing class:
LZ4HCCCtxInternal

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

    • Buffer

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

    • hashTable

      public IntBuffer hashTable()
      Returns:
      a IntBuffer view of the hashTable field.
    • hashTable

      public int hashTable(int index)
      Returns:
      the value at the specified index of the hashTable field.
    • chainTable

      public ShortBuffer chainTable()
      Returns:
      a ShortBuffer view of the chainTable field.
    • chainTable

      public short chainTable(int index)
      Returns:
      the value at the specified index of the chainTable field.
    • end

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

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

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

      public int dictLimit()
      Returns:
      the value of the dictLimit field.
    • lowLimit

      public int lowLimit()
      Returns:
      the value of the lowLimit field.
    • nextToUpdate

      public int nextToUpdate()
      Returns:
      the value of the nextToUpdate field.
    • compressionLevel

      public short compressionLevel()
      Returns:
      the value of the compressionLevel field.
    • favorDecSpeed

      public byte favorDecSpeed()
      Returns:
      the value of the favorDecSpeed field.
    • dirty

      public byte dirty()
      Returns:
      the value of the dirty field.
    • dictCtx

      public LZ4HCCCtxInternal dictCtx()
      Returns:
      a LZ4HCCCtxInternal view of the struct pointed to by the dictCtx field.