About SharpCompress.Common.EntryStream #234

Open
opened 2026-01-29 22:08:49 +00:00 by claunia · 1 comment
Owner

Originally created by @xiaoJie726 on GitHub (Sep 8, 2017).

why EntryStream override Stream's function ,but not supported

Originally created by @xiaoJie726 on GitHub (Sep 8, 2017). why EntryStream override Stream's function ,but not supported
claunia added the question label 2026-01-29 22:08:49 +00:00
Author
Owner

@adamhathcock commented on GitHub (Sep 8, 2017):

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.

@adamhathcock commented on GitHub (Sep 8, 2017): 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#234