class WriteBuffer: (source)
Buffer up a bunch of writes before sending them all to a transport at once.
| Method | __init__ |
Undocumented |
| Instance Variable | bufferSize |
Undocumented |
| Instance Variable | transport |
Undocumented |
| Method | write |
Undocumented |
| Method | flush |
Undocumented |
| Instance Variable | _length |
Undocumented |
| Instance Variable | _writes |
Undocumented |