adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.27k stars 480 forks source link

About SharpCompress.Common.EntryStream #293

Open xiaoJie726 opened 7 years ago

xiaoJie726 commented 7 years ago

why EntryStream override Stream's function ,but not supported

adamhathcock commented 7 years ago

EntryStream is a forward-only subsection of a file. Since it decompresses you cannot seek it. I imagine that's what you're running into.