Variable ReadBuffer.minAvailable

Available space.

class ReadBuffer
{
  // ...
  immutable(ulong) minAvailable ;
  // ...
}