Variable LineStream.BYTE_BUFFER_SIZE

class LineStream
{
  // ...
  immutable(int) BYTE_BUFFER_SIZE = 512;
  // ...
}