OutputStream


Object Hierarchy:

Object hierarchy for OutputStream

Description:

public abstract class OutputStream : Object

OutputStream has functions to write to a stream ( write), to close a stream ( close) and to flush pending writes ( flush).

To copy the content of an input stream to an output stream without manually handling the reads and writes, use splice.

All of these functions have async variants too.

Required by:
 

Namespace: GLib
Package: gio-2.0

Content:

Creation methods:

Methods:

Inherited Members: