Variable BufferedWriter.buffer

The buffer used to write the data

class BufferedWriter
{
  // ...
  string buffer = "";
  // ...
}