Creates a new read buffer.
Initial buffer size and the size by which the buffer will grow.
minimal size should be always available to fill. So it will reallocate if $(D_PSYMBOL free) < minAvailable.
See Implementation
Creates a new read buffer.