bufferedByteCount property

int get bufferedByteCount

Get the number of buffered bytes.

Implementation

int get bufferedByteCount => _buffer.length;