Class LZ4StreamDecodeInternal.Buffer

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

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

    • Buffer

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

    • externalDict

      public ByteBuffer externalDict(int capacity)
      Parameters:
      capacity - the number of elements in the returned buffer
      Returns:
      a ByteBuffer view of the data pointed to by the externalDict field.
    • prefixEnd

      public ByteBuffer prefixEnd(int capacity)
      Parameters:
      capacity - the number of elements in the returned buffer
      Returns:
      a ByteBuffer view of the data pointed to by the prefixEnd field.
    • extDictSize

      public long extDictSize()
      Returns:
      the value of the extDictSize field.
    • prefixSize

      public long prefixSize()
      Returns:
      the value of the prefixSize field.