Package ch.bailu.gtk.gio
Schnittstelle OutputStreamClass.OnSpliceFinish
- Umschließende Klasse:
OutputStreamClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
onSpliceFinish
(CallbackHandler __self, OutputStream stream, AsyncResult result)
-
Methodendetails
-
onSpliceFinish
long onSpliceFinish(CallbackHandler __self, @Nonnull OutputStream stream, @Nonnull AsyncResult result) - Parameter:
stream
- a #GOutputStream.result
- a #GAsyncResult.- Gibt zurück:
- a #gssize of the number of bytes spliced. Note that if the number of bytes spliced is greater than %G_MAXSSIZE, then that will be returned, and there is no way to determine the actual number of bytes spliced.
-