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 Thu Mar 1 00:37:14 2007 http://epydoc.sf.net