Variable LineStream.TEXT_BUFFER_SIZE

class LineStream
{
  // ...
  immutable(int) TEXT_BUFFER_SIZE = 1024;
  // ...
}