Copy from ISO

This commit is contained in:
2023-09-04 18:05:01 +02:00
parent a323edafd3
commit 3a29991948
20 changed files with 241 additions and 48 deletions

View File

@@ -40,10 +40,7 @@ public class LocalContentReader : IContentReader
}
}
public void SetPosition(long position)
{
Position = position;
}
public void SetPosition(long position) => Position = position;
public Stream AsStream() => _binaryReader.BaseStream;