Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GFileInputStream

GFileInputStream


Description

File input streaming operations

Methods and Functions

gFileInputStreamQueryInfo(object, attributes, cancellable = NULL, .errwarn = TRUE)
gFileInputStreamQueryInfoAsync(object, attributes, io.priority = 0, cancellable = NULL, callback, user.data = NULL)
gFileInputStreamQueryInfoFinish(object, result, .errwarn = TRUE)

Hierarchy

GObject
   +----GInputStream
         +----GFileInputStream

Interfaces

GFileInputStream implements GSeekable.

Detailed Description

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 gSeekableTell. To find out if a file input stream supports seeking, use gSeekableStreamCanSeek(). To position a file input stream, use gSeekableSeek.

Structures

GFileInputStream

A subclass of GInputStream for opened files. This adds a few file-specific operations and seeking. GFileInputStream implements GSeekable.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.