Variable OutputLineStream.MAX_BUFFER_SIZE

class OutputLineStream
{
  // ...
  immutable(int) MAX_BUFFER_SIZE = 65536;
  // ...
}