Package WebStack :: Package Helpers :: Module Response :: Class ConvertingStream
[show private | hide private]
[frames | no frames]

Class ConvertingStream


A converting stream which converts Unicode text to plain strings.
Method Summary
  __init__(self, stream, encoding)
Set the actual response 'stream' and the desired output 'encoding'.
  write(self, text)
Write the given 'text', either a plain string or a Unicode object.

Method Details

__init__(self, stream, encoding)
(Constructor)

Set the actual response 'stream' and the desired output 'encoding'.

write(self, text)

Write the given 'text', either a plain string or a Unicode object.

Generated by Epydoc 2.1 on Tue Dec 6 18:20:22 2005 http://epydoc.sf.net