SharpCompress 0.38.0
Prefix Reserveddotnet add package SharpCompress --version 0.38.0
NuGet\Install-Package SharpCompress -Version 0.38.0
<PackageReference Include="SharpCompress" Version="0.38.0" />
paket add SharpCompress --version 0.38.0
#r "nuget: SharpCompress, 0.38.0"
// Install SharpCompress as a Cake Addin #addin nuget:?package=SharpCompress&version=0.38.0 // Install SharpCompress as a Cake Tool #tool nuget:?package=SharpCompress&version=0.38.0
SharpCompress
SharpCompress is a compression library in pure C# for .NET Framework 4.62, .NET Standard 2.1, .NET 6.0 and NET 8.0 that can unrar, un7zip, unzip, untar unbzip2, ungzip, unlzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip/lzip are implemented.
The major feature is support for non-seekable streams so large files can be processed on the fly (i.e. download stream).
Need Help?
Post Issues on Github!
Check the Supported Formats and Basic Usage.
Recommended Formats
In general, I recommend GZip (Deflate)/BZip2 (BZip)/LZip (LZMA) as the simplicity of the formats lend to better long term archival as well as the streamability. Tar is often used in conjunction for multiple files in a single archive (e.g. .tar.gz
)
Zip is okay, but it's a very hap-hazard format and the variation in headers and implementations makes it hard to get correct. Uses Deflate by default but supports a lot of compression methods.
RAR is not recommended as it's a propriatory format and the compression is closed source. Use Tar/LZip for LZMA
7Zip and XZ both are overly complicated. 7Zip does not support streamable formats. XZ has known holes explained here: (http://www.nongnu.org/lzip/xz_inadequate.html) Use Tar/LZip for LZMA compression instead.
A Simple Request
Hi everyone. I hope you're using SharpCompress and finding it useful. Please give me feedback on what you'd like to see changed especially as far as usability goes. New feature suggestions are always welcome as well. I would also like to know what projects SharpCompress is being used in. I like seeing how it is used to give me ideas for future versions. Thanks!
Please do not email me directly to ask for help. If you think there is a real issue, please report it here.
Want to contribute?
I'm always looking for help or ideas. Please submit code or email with ideas. Unfortunately, just letting me know you'd like to help is not enough because I really have no overall plan of what needs to be done. I'll definitely accept code submissions and add you as a member of the project!
TODOs (always lots)
- RAR 5 decryption crc check support
- 7Zip writing
- Zip64 (Need writing and extend Reading)
- Multi-volume Zip support.
Version Log
Version 0.18
Version 0.17.1
Version 0.17.0
- New - Full LZip support! Can read and write LZip files and Tars inside LZip files. Make LZip a first class citizen. #241
- New - XZ read support! Can read XZ files and Tars inside XZ files. XZ in SharpCompress #91
- Fix - Regression - zip file writing on seekable streams always assumed stream start was 0. Introduced with Zip64 writing.
- Fix - Zip files with post-data descriptors can be properly skipped via decompression
Version 0.16.2
- Fix .NET 3.5 should support files and cryptography (was a regression from 0.16.0)
- Fix Zip per entry compression customization wrote the wrong method into the zip archive
Version 0.16.1
- Fix Preserve compression method when getting a compressed stream
- Fix RAR entry key normalization fix
Version 0.16.0
- Breaking - Progress Event Tracking rethink
- Update to VS2017 - VS2017 - Framework targets have been changed.
- New - Add Zip64 writing
- Fix invalid/mismatching Zip version flags. - This allows nuget/System.IO.Packaging to read zip files generated by SharpCompress
- Fix 7Zip directory hiding
- Verify RAR CRC headers
Version 0.15.2
- Fix invalid headers - fixes an issue creating large-ish zip archives that was introduced with zip64 reading.
Version 0.15.1
Version 0.15.0
Version 0.14.1
- .NET Assemblies aren't strong named
- Pkware encryption for Zip files didn't allow for multiple reads of an entry
- GZip Entry couldn't be read multiple times
Version 0.14.0
Version 0.13.1
- Fix null password on ReaderFactory. Fix null options on SevenZipArchive
- Make PpmdProperties lazy to avoid unnecessary allocations.
Version 0.13.0
- Breaking change: Big refactor of Options on API.
- 7Zip supports Deflate
Version 0.12.4
- Forward only zip issue fix https://github.com/adamhathcock/sharpcompress/issues/160
- Try to fix frameworks again by copying targets from JSON.NET
Version 0.12.3
- 7Zip fixes https://github.com/adamhathcock/sharpcompress/issues/73
- Maybe all profiles will work with project.json now
Version 0.12.2
- Support Profile 259 again
Version 0.12.1
- Support Silverlight 5
Version 0.12.0
- .NET Core RTM!
- Bug fix for Tar long paths
Version 0.11.6
- Bug fix for global header in Tar
- Writers now have a leaveOpen
bool
overload. They won't close streams if not-requested to.
Version 0.11.5
- Bug fix in Skip method
Version 0.11.4
- SharpCompress is now endian neutral (matters for Mono platforms)
- Fix for Inflate (need to change implementation)
- Fixes for RAR detection
Version 0.11.1
- Added Cancel on IReader
- Removed .NET 2.0 support and LinqBridge dependency
Version 0.11
- Been over a year, contains mainly fixes from contributors!
- Possible breaking change: ArchiveEncoding is UTF8 by default now.
- TAR supports writing long names using longlink
- RAR Protect Header added
Version 0.10.3
- Finally fixed Disposal issue when creating a new archive with the Archive API
Version 0.10.2
- Fixed Rar Header reading for invalid extended time headers.
- Windows Store assembly is now strong named
- Known issues with Long Tar names being worked on
- Updated to VS2013
- Portable targets SL5 and Windows Phone 8 (up from SL4 and WP7)
Version 0.10.1
- Fixed 7Zip extraction performance problem
Version 0.10:
- Added support for RAR Decryption (thanks to https://github.com/hrasyid)
- Embedded some BouncyCastle crypto classes to allow RAR Decryption and Winzip AES Decryption in Portable and Windows Store DLLs
- Built in Release (I think)
XZ implementation based on: https://github.com/sambott/XZ.NET by @sambott
XZ BCJ filters support contributed by Louis-Michel Bergeron, on behalf of aDolus Technology Inc. - 2022
7Zip implementation based on: https://code.google.com/p/managed-lzma/
LICENSE Copyright (c) 2000 - 2011 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- System.Memory (>= 4.5.5)
- System.Text.Encoding.CodePages (>= 8.0.0)
- ZstdSharp.Port (>= 0.8.1)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- System.Memory (>= 4.5.5)
- System.Text.Encoding.CodePages (>= 8.0.0)
- ZstdSharp.Port (>= 0.8.1)
-
.NETStandard 2.1
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
- ZstdSharp.Port (>= 0.8.1)
-
net6.0
- ZstdSharp.Port (>= 0.8.1)
-
net8.0
- ZstdSharp.Port (>= 0.8.1)
NuGet packages (278)
Showing the top 5 NuGet packages that depend on SharpCompress:
Package | Downloads |
---|---|
MongoDB.Driver.Core
Core Component of the Official MongoDB .NET Driver. |
|
MongoDB.Driver
Official .NET driver for MongoDB. |
|
Ductus.FluentDocker
Library to manage docker-machine, docker-compose, and docker containers for windows / mac or native linux using netcore or full framework. |
|
squirrel.windows
An installation and update framework for Windows applications |
|
GroupDocs.Total
GroupDocs.Total for .NET is a compilation of every .NET API offered by GroupDocs. We compile it on a regular basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs. With GroupDocs.Total for .NET developers can use all our APIs with a single license. However, you can order any individual API as well. The APIs we offer include: * GroupDocs.Annotation for .NET - 24.5 * GroupDocs.Assembly for .NET - 24.6 * GroupDocs.Classification for .NET - 21.1 * GroupDocs.Comparison for .NET - 24.9 * GroupDocs.Conversion for .NET - 24.9 * GroupDocs.Editor for .NET - 24.8 * GroupDocs.Merger for .NET - 24.9 * GroupDocs.Metadata for .NET - 24.9 * GroupDocs.Parser for .NET - 24.9 * GroupDocs.Redaction for .NET - 24.6 * GroupDocs.Search for .NET - 24.9 * GroupDocs.Signature for .NET - 24.9 * GroupDocs.Viewer for .NET - 24.9 * GroupDocs.Watermark for .NET - 24.9 GroupDocs.Total for .NET Documentation https://docs.groupdocs.com/total/net Free support for GroupDocs.Total for .NET is provided on our support forum: https://forum.groupdocs.com |
GitHub repositories (134)
Showing the top 5 popular GitHub repositories that depend on SharpCompress:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
ppy/osu
rhythm is just a *click* away!
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
Version | Downloads | Last updated | |
---|---|---|---|
0.38.0 | 166,391 | 9/2/2024 | |
0.37.2 | 580,018 | 4/27/2024 | |
0.36.0 | 898,035 | 1/15/2024 | |
0.35.0 | 144,580 | 12/18/2023 | |
0.34.2 | 544,894 | 11/15/2023 | |
0.34.1 | 403,071 | 10/2/2023 | |
0.34.0 | 145,879 | 9/18/2023 | |
0.33.0 | 1,559,579 | 3/21/2023 | |
0.32.2 | 2,458,419 | 7/29/2022 | |
0.32.1 | 488,511 | 6/20/2022 | |
0.32.0 | 35,742 | 6/13/2022 | |
0.31.0 | 1,806,186 | 3/30/2022 | |
0.30.1 | 79,257,004 | 11/22/2021 | |
0.30.0 | 2,893,529 | 10/2/2021 | |
0.29.0 | 4,158,470 | 9/12/2021 | |
0.28.3 | 999,330 | 6/4/2021 | |
0.28.2 | 533,048 | 4/25/2021 | |
0.28.1 | 687,589 | 2/18/2021 | |
0.28.0 | 20,349 | 2/14/2021 | |
0.27.1 | 182,524 | 1/13/2021 | |
0.27.0 | 27,438 | 1/11/2021 | |
0.26.0 | 1,189,104 | 7/26/2020 | |
0.25.1 | 422,324 | 5/22/2020 | |
0.25.0 | 642,092 | 4/3/2020 | |
0.24.0 | 2,417,197 | 8/20/2019 | |
0.23.0 | 84,352,759 | 2/27/2019 | |
0.22.0 | 855,939 | 7/9/2018 | |
0.21.1 | 77,744 | 5/15/2018 | |
0.21.0 | 30,294 | 5/9/2018 | |
0.20.0 | 123,083 | 3/24/2018 | |
0.19.2 | 120,410 | 12/16/2017 | |
0.19.1 | 5,515 | 12/15/2017 | |
0.19.0 | 8,098 | 12/12/2017 | |
0.18.2 | 486,230 | 9/22/2017 | |
0.18.1 | 46,913 | 8/17/2017 | |
0.18.0 | 41,224 | 7/19/2017 | |
0.17.1 | 1,284,833 | 6/9/2017 | |
0.17.0 | 14,498 | 6/1/2017 | |
0.16.2 | 9,625 | 5/31/2017 | |
0.16.1 | 43,739 | 5/23/2017 | |
0.16.0 | 6,152 | 5/22/2017 | |
0.15.2 | 378,152 | 3/9/2017 | |
0.15.1 | 103,562 | 1/26/2017 | |
0.15.0 | 6,371 | 1/24/2017 | |
0.14.1 | 34,101 | 11/30/2016 | |
0.14.0 | 37,404 | 10/14/2016 | |
0.13.1 | 17,716 | 10/3/2016 | |
0.13.0 | 6,723 | 9/29/2016 | |
0.12.4 | 34,036 | 8/12/2016 | |
0.12.3 | 25,994 | 7/22/2016 | |
0.12.2 | 4,298 | 7/18/2016 | |
0.12.1 | 4,519 | 7/13/2016 | |
0.12.0 | 4,398 | 7/13/2016 | |
0.11.6 | 320,851 | 4/7/2016 | |
0.11.5 | 125,839 | 2/14/2016 | |
0.11.4 | 8,337 | 2/7/2016 | |
0.11.3 | 12,916 | 12/28/2015 | |
0.11.2 | 33,797 | 12/1/2015 | |
0.11.1 | 48,711 | 7/27/2015 | |
0.11.0 | 6,130 | 6/12/2015 | |
0.10.3 | 53,132 | 12/15/2013 | |
0.10.2 | 125,974 | 11/23/2013 | |
0.10.1.3 | 33,998 | 8/14/2013 | |
0.10.1.1 | 4,119 | 8/13/2013 | |
0.10.1 | 4,352 | 8/11/2013 | |
0.10.0 | 4,946 | 7/27/2013 | |
0.9.0 | 8,303 | 5/4/2013 | |
0.8.2 | 17,985 | 12/11/2012 | |
0.8.1 | 8,044 | 5/15/2012 | |
0.8.0 | 15,233 | 2/27/2012 | |
0.7.0 | 4,778 | 11/16/2011 | |
0.6.0 | 4,438 | 9/22/2011 | |
0.5.0 | 4,362 | 7/6/2011 | |
0.4.0 | 4,338 | 6/22/2011 | |
0.3.0 | 4,271 | 5/27/2011 | |
0.2.0 | 17,900 | 5/12/2011 |