InputVector
class InputVector(val gioInputVectorPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
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.
Since
2.22
Constructors
Link copied to clipboard
constructor()
Allocate a new InputVector.
constructor(scope: <Error class: unknown class>)
Allocate a new InputVector using the provided AutofreeScope.
constructor(buffer: <Error class: unknown class>, size: <Error class: unknown class>)
Allocate a new InputVector.
constructor(buffer: <Error class: unknown class>, size: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new InputVector using the provided AutofreeScope.
constructor(gioInputVectorPointer: <Error class: unknown class><<Error class: unknown class>>)