Class IOURingFileIndexRange

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct io_uring_file_index_range") public class IOURingFileIndexRange extends Struct<IOURingFileIndexRange> implements NativeResource
struct io_uring_file_index_range {
    __u32 off;
    __u32 len;
    __u64 resv;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • OFF

      public static final int OFF
      The struct member offsets.
    • LEN

      public static final int LEN
      The struct member offsets.
    • RESV

      public static final int RESV
      The struct member offsets.
  • Constructor Details

    • IOURingFileIndexRange

      public IOURingFileIndexRange(ByteBuffer container)
      Creates a IOURingFileIndexRange instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details