Mirage.FilterStreamClass

Fields

Name

Type

Access

Description

open

object

r

opens a filter stream on top underyling stream

parent_class

Mirage.ObjectClass

r

the parent class

read

object

r

reads data from stream

seek

object

r

seeks to a location within stream

simplified_partial_read

object

r

reads a chunk of requested data from stream (part of simplified interface)

simplified_partial_write

object

r

writes a chunk of requested data to stream (part of simplified interface)

tell

object

r

tells the current location within stream

write

object

r

wrties data to stream

Methods

None

Details

class Mirage.FilterStreamClass

The class structure for the Mirage.FilterStream type.