• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C# ZipStorer - A Pure C# Class to Store Files in Zip

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
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

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top