Package ch.bailu.gtk.gio
Klasse InputVector
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.InputVector
- Alle implementierten Schnittstellen:
PointerInterface
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.
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.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
Pointer to a buffer where data will be written.long
the available size in @buffer.void
setFieldBuffer
(Pointer buffer) Pointer to a buffer where data will be written.void
setFieldSize
(long size) the available size in @buffer.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
BUFFER
Pointer to a buffer where data will be written.- Siehe auch:
-
SIZE
the available size in @buffer.- Siehe auch:
-
-
Konstruktordetails
-
InputVector
-
InputVector
public InputVector()
-
-
Methodendetails
-
getClassHandler
-
setFieldBuffer
Pointer to a buffer where data will be written. -
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.
-