length property

int length

How many bytes are left in the stream.

Implementation

int get length => end - offset;