Variable ReadBuffer.length_

Filled buffer length.

class ReadBuffer
{
  // ...
  ulong length_ ;
  // ...
}