Variable ReadBuffer.start

Start of available data.

struct ReadBuffer
{
  // ...
  size_t start ;
  // ...
}