| Trees | Indices | Help |
|
|---|
|
|
object --+
|
IncrementalEncoder --+
|
BufferedIncrementalEncoder
This subclass of IncrementalEncoder can be used as the baseclass for an incremental encoder if the encoder must keep some of the output in a buffer between calls to encode().
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Creates an IncrementalEncoder instance. The IncrementalEncoder may use different error handling schemes by providing the errors keyword argument. See the module docstring for a list of possible values.
|
Encodes input and returns the resulting object.
|
Resets the encoder to the initial state.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 13 23:37:33 2008 | http://epydoc.sourceforge.net |