byte property

int byte

Returns a single byte, read from the buffer.

Implementation

int get byte => data[_readPos++];