write method

void write(
  1. String str
)

Implementation

void write(String str) {
  _buffer.write(str);
}