length property

int get length

How many bytes are left in the stream.

Implementation

int get length => end - offset;