Creates reader from a list of bytes.
KafkaBytesReader.fromBytes(List<int> data) { this._data = Int8List.fromList(data); }