Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child markerGio.InputStream
parent-child marker Gio.FileInputStream

Class Gio.FileInputStream

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFileInputStream
Class : FileInputStream
Implements: Gio.Seekable
Extends: Gio.InputStream
GFileInputStream provides input streams that take their
content from a file.
GFileInputStream implements GSeekable, which allows the input
stream to jump to arbitrary positions in the file, provided the
filesystem of the file allows it. To find the position of a file
input stream, use g_seekable_tell(). To find out if a file input
stream supports seeking, use g_seekable_stream_can_seek().
To position a file input stream, use g_seekable_seek().
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.File
Method
read (Cancellable cancellable) : Gio.FileInputStream
Opens a file for reading.
Gio.File
Method
read_finish (AsyncResult res) : Gio.FileInputStream
Finishes an asynchronous file read operation started with
g_file_read_async().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:12 GMT+0800 (HKT)