Home | Trees | Indices | Help |
|
---|
|
object --+ | StreamBuffer
a buffer that takes data in arbitrary chunks and returns them in chops of chunkSize bytes.
There's a lock in place so you can access add and get from different threads.
When everything is written, you must all doneWriting.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
chunkSize = 50000
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns the the buffer up to the first occurrence of char. If char is not present in the buffer, the function returns None. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |