awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
icsharpcode avatar

icsharpcode/SharpZipLib

0
View on GitHub↗
3,913 星标·1,004 分支·C#·MIT·3 次浏览icsharpcode.github.io/SharpZipLib↗

SharpZipLib

SharpZipLib 是一个 .NET 压缩库和文件归档器,用于创建、提取和管理 Zip、GZip、Tar 和 BZip2 归档文件。它提供了一个在 .NET 生态系统中压缩和解压数据流及文件的框架。

该库通过支持超过标准 4GB 大小限制的归档文件而脱颖而出。它还包括使用行业标准加密解密受密码保护文件的功能,以及管理支持长文件名的 Tar 归档文件的功能。

该项目涵盖了广泛的归档管理操作,包括完整性验证、条目搜索和修改现有归档内容。其压缩能力跨越多种算法,包括 BZip2、zlib 和原始 deflate 格式。

Features

  • Zip Archive Management - Provides a comprehensive toolset for creating, compressing, decrypting, and extracting ZIP archives.
  • .NET Compression Libraries - Serves as a comprehensive compression and archiving library implemented for the .NET ecosystem.
  • Deflate Compressors - Implements the DEFLATE algorithm using LZ77 and Huffman coding for efficient data stream compression.
  • Large Data Volume Handling - Supports the creation and extraction of archives that exceed the standard four gigabyte size limit.
  • File Archiving - Bundles multiple files and directories into single containers using Zip or Tar formats.
  • Archive Compression - Compresses files into archives while preserving external file attributes and directory structures.
  • Archive Extractions - Extracts files and reads entry metadata such as comments and timestamps from compressed archives.
  • GZip and BZip2 Implementations - Implements the GZip, zlib, and BZip2 algorithms to compress and decompress data streams.
  • Data Stream Compression - Implements utilities for reading and writing compressed data streams to optimize memory and transmission time.
  • Large Archive Extensions - Manages archives that exceed the standard four gigabyte size limit using extended format specifications.
  • Incremental Stream Processing - Processes compressed data using sequential input and output streams to handle files larger than available system memory.
  • File Compression and Decompression - Reads and writes compressed archives and streams to optimize storage and reduce file size.
  • Gzip Compression - Compresses and decompresses data using GZip, zlib, or raw deflate formats.
  • Offset-Based Addressing - Locates and extracts specific archive entries by calculating relative byte offsets within the compressed structure.
  • Bzip2 Compression - Compresses and decompresses data using the BZip2 algorithm to reduce file size.
  • In-Place Modifications - Allows updating or changing contents within a compressed archive without needing to rebuild the entire file.
  • Tar Archives - Creates and extracts files using the Tar archive format to bundle multiple items into one file.
  • Password-Protected Archive Decryption - Decrypts password-protected files using industry-standard encryption to recover original data.
  • Byte Buffer Pooling - Implements a system for managing byte arrays to minimize memory allocations and garbage collection overhead.
  • Codec Abstractions - Provides a modular architecture that isolates BZip2, GZip, and Zip logic into distinct translation modules.
  • Format Abstraction Interfaces - Uses standardized interfaces to provide a uniform API across different archive formats like Zip, Tar, and GZip.
  • Development Utilities - Library for Zip, GZip, Tar, and BZip2 compression.

Star 历史

icsharpcode/sharpziplib 的 Star 历史图表icsharpcode/sharpziplib 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

SharpZipLib 的开源替代方案

相似的开源项目,按与 SharpZipLib 的功能重合度排序。
  • backup/backupbackup 的头像

    backup/backup

    4,868在 GitHub 上查看↗

    This project is a Unix backup orchestrator used for modeling and executing full-stack data protection. It functions as a management system for database dumps, encrypted archiving, version rotation, and remote storage transport. The system distinguishes itself by orchestrating native system tools for various databases, including PostgreSQL, MySQL, MongoDB, Redis, and Riak. It employs a secure archive workflow that combines compression and encryption using GPG, OpenSSL, or AES before transporting packages to S3-compatible services, Dropbox, or remote servers via SFTP and RSync. Broad capabilit

    Ruby
    在 GitHub 上查看↗4,868
  • aonez/kekaaonez 的头像

    aonez/Keka

    6,948在 GitHub 上查看↗

    Keka is a file compression and archive extraction utility designed for macOS and iOS. It functions as a tool to shrink the size of files and folders to optimize storage and speed up data transfers. The application serves as an encrypted archive manager, allowing users to protect compressed files with passwords and encryption to ensure private data sharing and secure transmission. The software covers broad capabilities in file archiving, including the ability to compress data into archival formats and unpack various archive formats to restore original content to the local system.

    PHP7ziparchivercompression
    在 GitHub 上查看↗6,948
  • madler/zlibmadler 的头像

    madler/zlib

    6,687在 GitHub 上查看↗

    zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding window and Huffman coding. It provides the core compression and decompression engines, along with support for gzip, zlib, and raw deflate stream formats, enabling data to be compressed and restored without any loss of information. The library offers a range of capabilities for handling compressed data, including single-call memory and file operations, as well as incremental stream-based processing for working with data larger than available memory. It includes mechanisms for a

    C
    在 GitHub 上查看↗6,687
  • nodeca/pakonodeca 的头像

    nodeca/pako

    6,081在 GitHub 上查看↗

    Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip compression and decompression capabilities. It runs in both browser and Node.js environments by using typed arrays and universal JavaScript, avoiding platform-specific APIs for cross-platform compatibility. The library handles data through bitwise operations for Huffman coding and LZ77 matching, and automatically encodes string inputs to UTF-8 before compression while decoding them back on decompression. It supports streaming chunk-based processing, allowing incremental data h

    JavaScript
    在 GitHub 上查看↗6,081
查看 SharpZipLib 的所有 30 个替代方案→

常见问题解答

icsharpcode/sharpziplib 是做什么的?

SharpZipLib 是一个 .NET 压缩库和文件归档器,用于创建、提取和管理 Zip、GZip、Tar 和 BZip2 归档文件。它提供了一个在 .NET 生态系统中压缩和解压数据流及文件的框架。

icsharpcode/sharpziplib 的主要功能有哪些?

icsharpcode/sharpziplib 的主要功能包括:Zip Archive Management, .NET Compression Libraries, Deflate Compressors, Large Data Volume Handling, File Archiving, Archive Compression, Archive Extractions, GZip and BZip2 Implementations。

icsharpcode/sharpziplib 有哪些开源替代品?

icsharpcode/sharpziplib 的开源替代品包括: backup/backup — This project is a Unix backup orchestrator used for modeling and executing full-stack data protection. It functions as… aonez/keka — Keka is a file compression and archive extraction utility designed for macOS and iOS. It functions as a tool to shrink… madler/zlib — zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding… nodeca/pako — Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip… rocky-linux/rocky — Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a… ziparchive/ziparchive — ZipArchive is a Swift library and file utility designed for compressing and extracting files into zip archives on iOS,…