Trees | Indices | Help |
---|
|
object --+ | ReadStream
A mixin module which represents a stream of data that can be read from.
Any class that mixes in this module can be used by a to pump data from a to it.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Set a data handler. As data is read, the handler will be called with the data. Keyword arguments:
|
Pause the ReadStream. After calling this, the ReadStream will aim to send no more data to the |
Resume reading. If the ReadStream has been paused, reading will recommence on it. |
Set an execption handler on the stream. param [Block] hndlr. The exception handler |
Set an end handler on the stream. Once the stream has ended, and there is no more data to be read, this handler will be called. Keyword arguments:
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jul 31 19:03:08 2012 | http://epydoc.sourceforge.net |