Klasse InputVector

Alle implementierten Schnittstellen:
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

  • Felddetails Linksymbol

  • Konstruktordetails Linksymbol

    • InputVector Linksymbol

      public InputVector(PointerContainer pointer)
    • InputVector Linksymbol

      public InputVector()
  • Methodendetails Linksymbol

    • getClassHandler Linksymbol

      public static ClassHandler getClassHandler()
    • setFieldBuffer Linksymbol

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

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

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

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