A handler to convert data from a File into T
data
T
typedef FileParser<T> = T Function(Uint8List data);