[PR #168] [MERGED] Adds support for Apple Data Compression. #873

Open
opened 2026-01-29 22:17:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/168
Author: @claunia
Created: 9/9/2016
Status: Merged
Merged: 9/12/2016
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • d4648bb Adds support for Apple Data Compression.

📊 Changes

5 files changed (+506 additions, -0 deletions)

View changed files

src/SharpCompress/Compressor/ADC/ADCBase.cs (+210 -0)
src/SharpCompress/Compressor/ADC/ADCStream.cs (+169 -0)
test/SharpCompress.Test/ADCTest.cs (+127 -0)
test/TestArchives/Archives/adc_compressed.bin (+0 -0)
test/TestArchives/Archives/adc_decompressed.bin (+0 -0)

📄 Description

Adds support for Apple Data Compression algorithm as a stream and byte[].


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/168 **Author:** [@claunia](https://github.com/claunia) **Created:** 9/9/2016 **Status:** ✅ Merged **Merged:** 9/12/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d4648bb`](https://github.com/adamhathcock/sharpcompress/commit/d4648bb3b9165f8080ae5cb85b930730462adf78) Adds support for Apple Data Compression. ### 📊 Changes **5 files changed** (+506 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/SharpCompress/Compressor/ADC/ADCBase.cs` (+210 -0) ➕ `src/SharpCompress/Compressor/ADC/ADCStream.cs` (+169 -0) ➕ `test/SharpCompress.Test/ADCTest.cs` (+127 -0) ➕ `test/TestArchives/Archives/adc_compressed.bin` (+0 -0) ➕ `test/TestArchives/Archives/adc_decompressed.bin` (+0 -0) </details> ### 📄 Description Adds support for Apple Data Compression algorithm as a stream and byte[]. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#873