mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 21:24:08 +00:00
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/154
Author: @weltkante
Created: 7/20/2016
Status: ✅ Merged
Merged: 7/21/2016
Merged by: @adamhathcock
Base:
master← Head:issue73b📝 Commits (1)
f334786Fix for issue Version numbers are inaccurate (#73)📊 Changes
2 files changed (+106 additions, -1 deletions)
View changed files
📝
src/SharpCompress/Compressor/LZMA/DecoderStream.cs(+1 -1)➕
src/SharpCompress/IO/BufferedSubStream.cs(+105 -0)📄 Description
7z archives may require alternating reads from multiple substreams so it is important to seek before reading from the underlying stream. To keep performance at an acceptable level it is necessary to perform buffering because seeking on every single one-byte-read will destroy performance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.