Function ChunkedOutputStream.maxBufferSize
Maximum buffer size used to buffer individual chunks.
ulong maxBufferSize() @property @safe const;
void maxBufferSize
(
ulong bytes
) @property @safe;
A size of zero means unlimited buffer size. Explicit flush is required in this case to empty the buffer.