gio.unix_input_stream

Module for UnixInputStream class

Members

Classes

UnixInputStream
class UnixInputStream

gio.unix_input_stream.UnixInputStream implements gio.input_stream.InputStream for reading from a UNIX file descriptor, including asynchronous operations. (If the file descriptor refers to a socket or pipe, this will use poll() to do asynchronous I/O. If it refers to a regular file, it will fall back to doing asynchronous I/O in another thread.)

UnixInputStreamGidBuilder
class UnixInputStreamGidBuilder

Fluent builder for gio.unix_input_stream.UnixInputStream

UnixInputStreamGidBuilderImpl
class UnixInputStreamGidBuilderImpl(T)

Fluent builder implementation template for gio.unix_input_stream.UnixInputStream