c
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
Subclasses: GData.DownloadStream, Gio.BufferedInputStream, Gio.ConverterInputStream, Gio.DataInputStream, Gio.FileInputStream, Gio.FilterInputStream
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gcr.Parser
Method
parse_stream (InputStream input, Cancellable cancellable) : gboolean
Gcr.Parser
Method
parse_stream_async (InputStream input, Cancellable cancellable, Function callback, void* user_data) : none
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, gint32 width, gint32 height, gboolean preserve_aspect_ratio, Cancellable cancellable) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
GdkPixbuf.Pixbuf.new_from_stream_async (InputStream stream, Cancellable cancellable, Function callback, void* user_data) : none
GdkPixbuf.Pixbuf
Method
GdkPixbuf.Pixbuf.new_from_stream_at_scale_async (InputStream stream, gint32 width, gint32 height, gboolean preserve_aspect_ratio, Cancellable cancellable, Function callback, void* user_data) : none
Gio
Method
Gio.pollable_stream_read (InputStream stream, void* buffer, guint64 count, gboolean blocking, Cancellable cancellable) : gint64
Gio
Method
Gio.resources_open_stream (String path, ResourceLookupFlags lookup_flags) : Gio.InputStream
Gio.BufferedInputStream
Method
new Gio.BufferedInputStream.c_new (InputStream base_stream) : Gio.InputStream
Create a new Gio.BufferedInputStream
Gio.BufferedInputStream
Method
new Gio.BufferedInputStream.sized (InputStream base_stream, guint64 size) : Gio.InputStream
Create a new Gio.BufferedInputStream
Gio.ConverterInputStream
Method
new Gio.ConverterInputStream.c_new (InputStream base_stream, Converter converter) : Gio.InputStream
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 (gint32 size, Object out_values, Cancellable cancellable) : Gio.InputStream
Gio.LoadableIcon
Method
load_finish (AsyncResult res, String type) : Gio.InputStream
Gio.OutputStream
Method
splice (InputStream source, OutputStreamSpliceFlags flags, Cancellable cancellable) : gint64
Gio.OutputStream
Method
splice_async (InputStream source, OutputStreamSpliceFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resource
Method
open_stream (String path, ResourceLookupFlags lookup_flags) : Gio.InputStream
Json.Parser
Method
load_from_stream (InputStream stream, Cancellable cancellable) : gboolean
Json.Parser
Method
load_from_stream_async (InputStream stream, Cancellable cancellable, Function callback, void* user_data) : none
Soup.MultipartInputStream
Method
new Soup.MultipartInputStream.c_new (Message msg, InputStream base_stream) : Soup.MultipartInputStream
Create a new Soup.MultipartInputStream
Soup.MultipartInputStream
Method
next_part (Cancellable cancellable) : Gio.InputStream
Soup.MultipartInputStream
Method
next_part_finish (AsyncResult res) : Gio.InputStream
Soup.Request
Method
send (Cancellable cancellable) : Gio.InputStream
Soup.Request
Method
send_finish (AsyncResult result) : Gio.InputStream
Unity
Method
Unity.io_read_stream_async (InputStream input, gint32 io_priority, Cancellable cancellable, Function _callback_, void* _callback__target) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:07 GMT+0800 (HKT)