Uint8List readBytes(int length) { final value = Uint8List.view(_byteData.buffer, _offset, length); _offset += length; return value; }