Class IOStream.IOStreamClass

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
FileIOStream.FileIOStreamClass, SocketConnection.SocketConnectionClass, TlsConnection.TlsConnectionClass
Enclosing class:
IOStream

public static class IOStream.IOStreamClass extends GObject.ObjectClass
Since:
2.22
  • Constructor Details

    • IOStreamClass

      public IOStreamClass(MemorySegment address)
      Create a IOStreamClass proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideGetInputStream

      public void overrideGetInputStream(Arena arena, @Nullable Method method)
      Override virtual method get_input_stream.
      Parameters:
      method - the method to invoke
    • overrideGetOutputStream

      public void overrideGetOutputStream(Arena arena, @Nullable Method method)
      Override virtual method get_output_stream.
      Parameters:
      method - the method to invoke
    • overrideCloseFn

      public void overrideCloseFn(Arena arena, @Nullable Method method)
      Override virtual method close_fn.
      Parameters:
      method - the method to invoke
    • overrideCloseAsync

      public void overrideCloseAsync(Arena arena, @Nullable Method method)
      Override virtual method close_async.
      Parameters:
      method - the method to invoke
    • overrideCloseFinish

      public void overrideCloseFinish(Arena arena, @Nullable Method method)
      Override virtual method close_finish.
      Parameters:
      method - the method to invoke