ReadBuffer.this

Creates a new read buffer.

class ReadBuffer
this
(
size_t size = 8192
,
size_t minAvailable = 1024
)

Parameters

size size_t

Initial buffer size and the size by which the buffer will grow.

minAvailable size_t

minimal size should be always available to fill. So it will reallocate if $(D_PSYMBOL free) < minAvailable.

Meta