Klasse FileDescriptorBased

Alle implementierten Schnittstellen:
PointerInterface

public class FileDescriptorBased extends Interface
`GFileDescriptorBased` is an interface for file descriptor based IO.

It is implemented by streams (implementations of [class@Gio.InputStream] or
[class@Gio.OutputStream]) that are based on file descriptors.

Note that `<gio/gfiledescriptorbased.h>` belongs to the UNIX-specific
GIO interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config
file or the `GioUnix-2.0` GIR namespace when using it.

https://docs.gtk.org/gio/iface.FileDescriptorBased.html

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getFd

      public int getFd()
      Gets the underlying file descriptor.
      Gibt zurück:
      The file descriptor
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()