36 packages tagged with “decompress”
Supported on dotnet standard2(Windows/Linux/OSX), provide similar interface to Google offical API.Quality and window control is supported. The library use the native runtime and its performance should be better than System.IO.Compress.BrotliStream. For more document,please visit https://github.com/XieJJ99/brotli.net.
An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage.
The Cuemon.IO namespace contains types primarily focusing on configuration options for IO related operations. The namespace is an addition to the System.IO namespace.
A nice integration between EasyCaching and EasyCompressor. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage by compressing your cache data, especially for distributed cache (such as Redis). EasyCaching is an Easy-to-Use caching library that offers many features and supports many providers and serializers. An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate.
XZ Utils (liblzma) pinvoke library for .NET. The library provides the fast native implementation of XZStream. It also supports fast calculation of CRC32 and CRC64 checksum. Supports Windows, Linux and macOS.
Stream compress/decompress on the fly with modules (GZip, Deflate)
Compress and decompress ZIP files.
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
zlib pinvoke library for .NET. The library provides the fast native implementation of DeflateStream, ZLibStream, GZipStream. It also supports fast calculation of CRC32 and Adler32 checksum. Supports Windows, Linux and macOS.
Classe com algoritmo de descompressão utilizado no BSVersion.
Provides classes that support regular expression searches of gigantic files
ZIP操作库
文件压缩/解压相关
This allows you to: 1) Download and parse Whois records from bulk whois database dumps of IANA organizations (ARIN, AFRINIC, APNIC, LACNIC, RIPE ) and 2) Crawl and parse RWhois records from RFC 2167 ARIN Referral Whois Servers. It also provides utilities to increment IP addresses and to output Whois databases in TSV format.
IronZIP - The ZIP and Archive Library for C#.
Decompressor of VCDIFF patch files (RFC3284).
Package Description
A NuGet package for C# that wraps libzstd.dll for compression and decompression using Zstandard.
libetar is a lightweight C# library for extracting TAR archives. It provides a simple API to extract all files from TAR files.
lz4 pinvoke library for .NET. The library provides the native implementation of LZ4FrameStream. Supports Windows, Linux and macOS.
libtar is a lightweight C# library for extracting TAR archives. It provides a simple API to archive or extract all files from TAR files.
Archiver for WinRT is a powerful utility for compressing and decompressing files and folders. Up until now, managing compressed files has been a huge pain in WinRT and Windows 8. Moreover, using the built-in mechanism, you couldn't compress a folder with its subfolders and files. Archiver makes compressing and decompressing amazingly easy, using just two lines of code: Archiver archiver = new Archiver(); archiver.Compress(source, destination); ... where source and destination are the specified files and folders.