Mirage.StreamInterface

Fields

Name

Type

Access

Description

get_filename

object

r

retrieves the filename of the underlying file

is_writable

object

r

determines whether the stream (chain) is writable

move_file

object

r

moves the underlying file

parent_iface

GObject.TypeInterface

r

the parent interface

read

object

r

reads from stream

seek

object

r

seeks to specified position in stream

tell

object

r

retrieves current position in stream

write

object

r

writes to stream

Methods

None

Details

class Mirage.StreamInterface

Provides an interface for implementing I/O streams.