get method

Int8List get()

Returns the contents of this output stream as a Int8List.

Implementation

Int8List get() {
  return buf;
}