Reads up to count bytes from a file.
count
@override Future<Uint8List> read(int bytes) => delegate.read(bytes);