Module phone_media_codec :: Class StreamReader
[show private | hide private]
[frames | no frames]

Class StreamReader

   Codec --+    
           |    
       Codec --+
               |
   Codec --+   |
           |   |
StreamReader --+
               |
              StreamReader


Method Summary
    Inherited from Codec
  decode(self, input, errors)
Decodes the object input and returns a tuple (output object, length consumed).
  encode(self, input, errors)
Encodes the object input and returns a tuple (output object, length consumed).
    Inherited from StreamReader
  __init__(self, stream, errors)
Creates a StreamReader instance.
  __enter__(self)
  __exit__(self, type, value, tb)
  __getattr__(self, name, getattr)
Inherit all other methods from the underlying stream.
  __iter__(self)
  next(self)
Return the next decoded line from the input stream.
  read(self, size, chars, firstline)
Decodes data from the stream self.stream and returns the resulting object.
  readline(self, size, keepends)
Read one line from the input stream and return the decoded data.
  readlines(self, sizehint, keepends)
Read all lines available on the input stream and return them as list of lines.
  reset(self)
Resets the codec buffers used for keeping state.
  seek(self, offset, whence)
Set the input stream's current position.

Generated by Epydoc 2.1 on Fri Aug 15 18:58:24 2008 http://epydoc.sf.net