Interface OutputStreamClass.OnSpliceFinish

Enclosing class:
OutputStreamClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface OutputStreamClass.OnSpliceFinish
  • Method Details

    • onSpliceFinish

      long onSpliceFinish(CallbackHandler __self, @Nonnull OutputStream stream, @Nonnull AsyncResult result)
      Parameters:
      stream - a #GOutputStream.
      result - a #GAsyncResult.
      Returns:
      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.