Class InputVector

All Implemented Interfaces:
PointerInterface

public class InputVector extends Record
Structure used for scatter/gather data input.
You generally pass in an array of #GInputVectors
and the operation will store the read data starting in the
first buffer, switching to the next as needed.

https://docs.gtk.org/gio/struct.InputVector.html

  • Field Details

  • Constructor Details

    • InputVector

      public InputVector(PointerContainer pointer)
    • InputVector

      public InputVector()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldBuffer

      public void setFieldBuffer(Pointer buffer)
      Pointer to a buffer where data will be written.
    • getFieldBuffer

      public Pointer getFieldBuffer()
      Pointer to a buffer where data will be written.
    • setFieldSize

      public void setFieldSize(long size)
      the available size in @buffer.
    • getFieldSize

      public long getFieldSize()
      the available size in @buffer.