mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 05:24:55 +00:00
[PR #168] [MERGED] Adds support for Apple Data Compression. #873
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
d4648bbAdds 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.