mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #583] Added Seeking feature for BufferedSubStream and ReadOnlySubStream. #1116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/583
Author: @vovgou
Created: 3/30/2021
Status: 🔄 Open
Base:
master← Head:patch📝 Commits (7)
d9b047dAdded Seeking feature for BufferedSubStream and ReadOnlySubStream.9bde683Fixed the error CS8618 for BufferedSubStream.cs2bfd4e6Added #nullable disable,fixed the error CS8618 for BufferedSubStream.cs40928d2Fixed a bug5333869Fixed a buga526814Avoid calling unsupported methodsaeb7052Fixed a bug📊 Changes
2 files changed (+358 additions, -68 deletions)
View changed files
📝
src/SharpCompress/IO/BufferedSubStream.cs(+208 -36)📝
src/SharpCompress/IO/ReadOnlySubStream.cs(+150 -32)📄 Description
Added the seeking feature for BufferedSubStream and ReadOnlySubStream. When the compression type of an entry is Store (uncompressed) in the Zip or APK file, a seekable stream will be obtained by entry.OpenEntryStream(). In game development on the Android platform, it avoids having to decompress files to disk due to a seekable stream being required.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.