Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

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


itsMe

Recommended Posts

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

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.