class documentation

Buffer up a bunch of writes before sending them all to a transport at once.

Method __init__ Undocumented
Method flush Undocumented
Method write Undocumented
Instance Variable bufferSize Undocumented
Instance Variable transport Undocumented
Instance Variable _length Undocumented
Instance Variable _writes Undocumented
def __init__(self, transport, size=8192): (source)

Undocumented

def flush(self): (source)

Undocumented

def write(self, s): (source)

Undocumented

bufferSize = (source)

Undocumented

transport = (source)

Undocumented

Undocumented

Undocumented