buffered method

int buffered()

Returns the number of bytes currently buffered for output.

Implementation

int buffered() => _buf.length;