Variable LineStream.QUARTER_BYTE_BUFFER_SIZE

class LineStream
{
  // ...
  immutable(int) QUARTER_BYTE_BUFFER_SIZE = 128;
  // ...
}