Returns a new, mutable Uint8List containing the remaining data
Uint8List remainingCopy() { return Uint8List.fromList(remaining()); }