Package ch.bailu.gtk.gio
Klasse OutputVector
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.OutputVector
- Alle implementierten Schnittstellen:
PointerInterface
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.
You generally pass in an array of #GOutputVectors
and the operation will use all the buffers as if they were
one buffer.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
Pointer to a buffer of data to read.long
the size of @buffer.void
setFieldBuffer
(Pointer buffer) Pointer to a buffer of data to read.void
setFieldSize
(long size) the size of @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 of data to read.- Siehe auch:
-
SIZE
the size of @buffer.- Siehe auch:
-
-
Konstruktordetails
-
OutputVector
-
OutputVector
public OutputVector()
-
-
Methodendetails
-
getClassHandler
-
setFieldBuffer
Pointer to a buffer of data to read. -
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.
-