length property

int get length

Gets the total length of the byte stream.

Implementation

int get length {
  return _data.length;
}