Mirage.StreamInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get_filename |
r |
retrieves the filename of the underlying file |
|
is_writable |
r |
determines whether the stream (chain) is writable |
|
move_file |
r |
moves the underlying file |
|
parent_iface |
r |
the parent interface |
|
read |
r |
reads from stream |
|
seek |
r |
seeks to specified position in stream |
|
tell |
r |
retrieves current position in stream |
|
write |
r |
writes to stream |
Methods¶
None
Details¶
- class Mirage.StreamInterface¶
Provides an interface for implementing I/O streams.