Retrieves the file content as a stream.
@override Stream<List<int>> getStream(String path) { final file = _file(path); return file.openRead(); }