Table of Contents
A buffered filter is one that doesn't modify the source data sent to the sink, but instead holds it for a time. The standard variety only sends the data along when it receives a flush command.
__init__ ( self )
flush ( self )
write ( self, data )