| Home | Trees | Index | Help |
|---|
| Package twisted :: Package protocols :: Module imap4 :: Class StreamWriter |
|
Codec--+ |StreamWriter--+ | StreamWriter
| Method Summary | |
|---|---|
Creates a StreamWriter instance. (inherited from StreamWriter)
| |
Inherit all other methods from the underlying stream. (inherited from StreamWriter)
| |
decode(self,
s,
errors)
| |
Encodes the object input and returns a tuple (output object, length consumed). (inherited from Codec)
| |
Flushes and resets the codec buffers used for keeping state. (inherited from StreamWriter)
| |
Writes the object's contents encoded to self.stream. (inherited from StreamWriter)
| |
Writes the concatenated list of strings to the stream using .write(). (inherited from StreamWriter)
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:31 2003 | http://epydoc.sf.net |