| Trees | Index | Help |
|
|---|
| Module phone_media_codec :: Class StreamReader |
|
Codec--+ |Codec--+ |Codec--+ | | |StreamReader--+ | StreamReader
| Method Summary | |
|---|---|
| Inherited from Codec | |
Decodes the object input and returns a tuple (output object, length consumed). | |
Encodes the object input and returns a tuple (output object, length consumed). | |
| Inherited from StreamReader | |
Creates a StreamReader instance. | |
| |
| |
Inherit all other methods from the underlying stream. | |
| |
Return the next decoded line from the input stream. | |
Decodes data from the stream self.stream and returns the resulting object. | |
Read one line from the input stream and return the decoded data. | |
Read all lines available on the input stream and return them as list of lines. | |
Resets the codec buffers used for keeping state. | |
Set the input stream's current position. | |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:24 2008 | http://epydoc.sf.net |