Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.InputStream

Class Gio.InputStream

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GInputStream
Class : InputStream
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Base class for streaming input operations.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.from_stream (InputStream stream, Cancellable cancellable) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.from_stream_at_scale (InputStream stream, Number width, Number height, Boolean preserve_aspect_ratio, Cancellable cancellable) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
Gio.BufferedInputStream
Method
new Gio.BufferedInputStream.c_new (InputStream base_stream) : Gio.BufferedInputStream
Create a new Gio.BufferedInputStream
Gio.BufferedInputStream
Method
new Gio.BufferedInputStream.sized (InputStream base_stream, Number size) : Gio.BufferedInputStream
Create a new Gio.BufferedInputStream
Gio.ConverterInputStream
Method
new Gio.ConverterInputStream.c_new (InputStream base_stream, Converter converter) : Gio.ConverterInputStream
Create a new Gio.ConverterInputStream
Gio.DataInputStream
Method
new Gio.DataInputStream.c_new (InputStream base_stream) : Gio.DataInputStream
Create a new Gio.DataInputStream
Gio.FilterInputStream
Property
base_stream : Gio.InputStream
Gio.FilterInputStream
Method
get_base_stream () : Gio.InputStream
Gio.IOStream
Property
input_stream : Gio.InputStream read only
Gio.IOStream
Method
get_input_stream () : Gio.InputStream
Gio.LoadableIcon
Method
load (Number size, Array type, Cancellable cancellable) : Gio.InputStream
Gio.LoadableIcon
Method
load_finish (AsyncResult res, Array type) : Gio.InputStream
Gio.OutputStream
Method
splice (InputStream source, OutputStreamSpliceFlags flags, Cancellable cancellable) : Number
Gio.OutputStream
Method
splice_async (InputStream source, OutputStreamSpliceFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:29 GMT+0800 (HKT)