Interface IOStreamClass.OnGetInputStream

Enclosing class:
IOStreamClass
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 IOStreamClass.OnGetInputStream
  • Method Details

    • onGetInputStream

      InputStream onGetInputStream(CallbackHandler __self, @Nonnull IOStream stream)
      Parameters:
      stream - a #GIOStream
      Returns:
      a #GInputStream, owned by the #GIOStream. Do not free.