Disposable.Of(() => new StreamReader(File.OpenRead(path))));
public IsoFile(string path) => SetStream(File.OpenRead(path), path);
get => new BinaryReader(File.OpenRead(файл)).ReadInt32();
Disposable.Of(() => new StreamReader(File.OpenRead(file.Path.AsPrimitive))));
_archive = new ZipArchive(File.OpenRead(fileName), ZipArchiveMode.Read, leaveOpen : false);
public FileReader(string filename) => reader = new BinaryReader(File.OpenRead(filename));