operator [] method Null safety
- int index
Get a byte in the buffer relative to the current read position.
Implementation
int operator [](int index) => buffer[offset + index];
Get a byte in the buffer relative to the current read position.
int operator [](int index) => buffer[offset + index];