Home | Trees | Indices | Help |
|
---|
|
codecs.Codec --+ | codecs.StreamWriter --+ | UTF8SigStreamWriter
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
Flushes and resets the codec buffers used for keeping state. Calling this method should ensure that the data on the output is put into a clean state, that allows appending of new fresh data without having to rescan the whole stream to recover state.
|
Encodes the object input and returns a tuple (output object, length consumed). errors defines the error handling to apply. It defaults to 'strict' handling. The method may not store state in the Codec instance. Use StreamCodec for codecs which have to keep state in order to make encoding/decoding efficient. The encoder must be able to handle zero length input and return an empty object of the output object type in this situation.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 23 01:20:45 2008 | http://epydoc.sourceforge.net |