Class OutputVector

All Implemented Interfaces:
PointerInterface

public class OutputVector extends Record
Structure used for scatter/gather data output.
You generally pass in an array of #GOutputVectors
and the operation will use all the buffers as if they were
one buffer.

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

  • Field Details

  • Constructor Details

    • OutputVector

      public OutputVector(PointerContainer pointer)
    • OutputVector

      public OutputVector()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldBuffer

      public void setFieldBuffer(Pointer buffer)
      Pointer to a buffer of data to read.
    • getFieldBuffer

      public Pointer getFieldBuffer()
      Pointer to a buffer of data to read.
    • setFieldSize

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

      public long getFieldSize()
      the size of @buffer.