Always throws. A stream cannot be created for a non-existing file.
@override Stream<dynamic> createReadStream() => throw FileNotFoundException(name);