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