length property
int
get
length
Gets the total length of the byte stream.
Implementation
int get length {
return _data.length;
}
Gets the total length of the byte stream.
int get length {
return _data.length;
}