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 इकोसिस्टम के भीतर डेटा स्ट्रीम और फ़ाइलों को कंप्रेस और डीकंप्रेस करने के लिए एक फ्रेमवर्क प्रदान करता है।

यह लाइब्रेरी उन आर्काइव्स के लिए समर्थन के माध्यम से खुद को अलग करती है जो मानक चार गीगाबाइट आकार सीमा से अधिक हैं। इसमें उद्योग-मानक एन्क्रिप्शन का उपयोग करके पासवर्ड-संरक्षित फ़ाइलों को डिक्रिप्ट करने और लंबे फ़ाइल नाम समर्थन के साथ Tar आर्काइव्स को प्रबंधित करने की क्षमताएं भी शामिल हैं।

यह प्रोजेक्ट आर्काइव प्रबंधन ऑपरेशन्स की एक विस्तृत श्रृंखला को कवर करता है, जिसमें अखंडता सत्यापन, प्रविष्टि खोज और मौजूदा आर्काइव सामग्री का संशोधन शामिल है। इसकी कम्प्रेशन क्षमताएं BZip2, zlib और रॉ डिफ्लेट प्रारूपों सहित कई एल्गोरिदम तक फैली हुई हैं।

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.

स्टार हिस्ट्री

icsharpcode/sharpziplib के लिए स्टार हिस्ट्री चार्टicsharpcode/sharpziplib के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

SharpZipLib के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो SharpZipLib के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • backup/backupbackup का अवतार

    backup/backup

    4,868GitHub पर देखें↗

    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,948GitHub पर देखें↗

    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,687GitHub पर देखें↗

    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,081GitHub पर देखें↗

    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,…