getData method

Uint8Buffer getData()

Get the current output buffer

Implementation

typed.Uint8Buffer getData() {
  final ret = typed.Uint8Buffer();
  ret.addAll(_buffer);
  return ret;
}