Encodes the given part text.
part
@override Uint8List decodeData(String part) => Uint8List.fromList(part.codeUnits);