Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.OutputStream

Class Gio.OutputStream

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GOutputStream
Class : OutputStream
Subclasses: Gio.BufferedOutputStream, Gio.ConverterOutputStream, Gio.DataOutputStream, Gio.FileOutputStream, Gio.FilterOutputStream, Gio.MemoryOutputStream
Extends: GObject.Object
GOutputStream has functions to write to a stream (g_output_stream_write()),
to close a stream (g_output_stream_close()) and to flush pending writes
(g_output_stream_flush()).
To copy the content of an input stream to an output stream without
manually handling the reads and writes, use g_output_stream_splice().
All of these functions have async variants too.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.BufferedOutputStream
Method
new Gio.BufferedOutputStream.c_new (OutputStream base_stream) : Gio.OutputStream
Create a new Gio.BufferedOutputStream
Gio.BufferedOutputStream
Method
new Gio.BufferedOutputStream.sized (OutputStream base_stream, guint32 size) : Gio.OutputStream
Create a new Gio.BufferedOutputStream
Gio.ConverterOutputStream
Method
new Gio.ConverterOutputStream.c_new (OutputStream base_stream, Converter converter) : Gio.OutputStream
Create a new Gio.ConverterOutputStream
Gio.DataOutputStream
Method
new Gio.DataOutputStream.c_new (OutputStream base_stream) : Gio.DataOutputStream
Create a new Gio.DataOutputStream
Gio.FilterOutputStream
Property
base_stream : Gio.OutputStream
Gio.FilterOutputStream
Method
get_base_stream () : Gio.OutputStream
Gets the base stream for the filter stream.
Gio.IOStream
Property
output_stream : Gio.OutputStream read only
Gio.IOStream
Method
get_output_stream () : Gio.OutputStream
Gets the output stream for this object.
Json.Generator
Method
to_stream (OutputStream stream, Cancellable cancellable) : gboolean
Vte.Terminal
Method
write_contents (OutputStream stream, TerminalWriteFlags flags, Cancellable cancellable) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:14 GMT+0800 (HKT)