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

Class StreamWriter

   Codec --+    
           |    
       Codec --+
               |
   Codec --+   |
           |   |
StreamWriter --+
               |
              StreamWriter


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 StreamWriter
  __init__(self, stream, errors)
Creates a StreamWriter instance.
  __enter__(self)
  __exit__(self, type, value, tb)
  __getattr__(self, name, getattr)
Inherit all other methods from the underlying stream.
  reset(self)
Flushes and resets the codec buffers used for keeping state.
  write(self, object)
Writes the object's contents encoded to self.stream.
  writelines(self, list)
Writes the concatenated list of strings to the stream using .write().

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