Get the contents of a file as a stream.
@override Stream<List<int>> readStream(String path) => _readStream(path);