peek property

int peek

Количество оставшихся байт в буффере

Implementation

int get peek => _buffer.length - _offset;