BaseSink.blocksize
uint blocksize() @property nothrowGet blocksize property.
Returns
The amount of bytes to pull when operating in pull mode.
void blocksize(uint propval) @property nothrowSet blocksize property.
Parameters
propval | The amount of bytes to pull when operating in pull mode. |