gio.iostream

Module for IOStream class

Members

Classes

IOStream
class IOStream

gio.iostream.IOStream represents an object that has both read and write streams. Generally the two streams act as separate input and output streams, but they share some common resources and state. For instance, for seekable streams, both streams may use the same position.

IOStreamGidBuilder
class IOStreamGidBuilder

Fluent builder for gio.iostream.IOStream

IOStreamGidBuilderImpl
class IOStreamGidBuilderImpl(T)

Fluent builder implementation template for gio.iostream.IOStream