Mirage.FilterStreamClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
open |
r |
opens a filter stream on top underyling stream |
|
parent_class |
r |
the parent class |
|
read |
r |
reads data from stream |
|
seek |
r |
seeks to a location within stream |
|
simplified_partial_read |
r |
reads a chunk of requested data from stream (part of simplified interface) |
|
simplified_partial_write |
r |
writes a chunk of requested data to stream (part of simplified interface) |
|
tell |
r |
tells the current location within stream |
|
write |
r |
wrties data to stream |
Methods¶
None
Details¶
- class Mirage.FilterStreamClass¶
The class structure for the
Mirage.FilterStream
type.