Class ZSTDOutBuffer.Buffer

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

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

    • Buffer

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

    • dst

      public ByteBuffer dst()
      Returns:
      a ByteBuffer view of the data pointed to by the dst field.
    • size

      public long size()
      Returns:
      the value of the size field.
    • pos

      public long pos()
      Returns:
      the value of the pos field.
    • dst

      public ZSTDOutBuffer.Buffer dst(ByteBuffer value)
      Sets the address of the specified ByteBuffer to the dst field.
    • pos

      public ZSTDOutBuffer.Buffer pos(long value)
      Sets the specified value to the pos field.