- Joined
- Jan 8, 2019
- Messages
- 56,618
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,455
- Points
- 2,313
- Credits
- 32,700
6 Years of Service
76%
ZipStorer - A Pure C# Class to Store Files in Zip
ZipStorer is a minimalistic cross-platform .net class to create Zip files and store/retrieve files to/from it, by using the Deflate algorithm. No other compression methods supported.
Advantages and usage
ZipStorer has the following advantages:
It is a short and monolithic C# class that can be embedded as source code in any project (1 source file)
No Interop calls, increments portability to Mono and other non-Windows platforms
Can also be implemented with Mono, .NET Compact Framework and .Net Standard 2.0+
Async methods for storing and extracting files (only for .Net Framework 4.5+ and .Net Standard 2.0+)
NEW: Support for Zip64 (file sizes > 4GB)
UTF8 Encoding support and ePUB compatibility
Available as a nuget package
ZipStorer is a minimalistic cross-platform .net class to create Zip files and store/retrieve files to/from it, by using the Deflate algorithm. No other compression methods supported.
Advantages and usage
ZipStorer has the following advantages:
It is a short and monolithic C# class that can be embedded as source code in any project (1 source file)
No Interop calls, increments portability to Mono and other non-Windows platforms
Can also be implemented with Mono, .NET Compact Framework and .Net Standard 2.0+
Async methods for storing and extracting files (only for .Net Framework 4.5+ and .Net Standard 2.0+)
NEW: Support for Zip64 (file sizes > 4GB)
UTF8 Encoding support and ePUB compatibility
Available as a nuget package
To see this hidden content, you must like this content.