This website requires JavaScript.
Explore
Help
Sign In
starred
/
sharpcompress
Watch
1
Star
0
Fork
0
You've already forked sharpcompress
mirror of
https://github.com/adamhathcock/sharpcompress.git
synced
2026-07-13 20:46:47 +00:00
Code
Issues
975
Packages
Projects
Releases
25
Wiki
Activity
Files
9a876abd3103cd84e9f5ea259bb8a2fc924fd43f
sharpcompress
/
tests
/
SharpCompress.Test
/
Arc
History
Twan van Dongen
84cd772f50
Refactors the SqueezeStream class to ensure full CLS compliance and proper stream behavior. It replaces the previous one-shot decoding logic with a true streaming implementation by piping Huffman-decoded output into the existing RunLength90Stream, enabling real-time decompression.
2025-11-02 19:09:59 +01:00
..
ArcReaderTests.cs
Refactors the SqueezeStream class to ensure full CLS compliance and proper stream behavior. It replaces the previous one-shot decoding logic with a true streaming implementation by piping Huffman-decoded output into the existing RunLength90Stream, enabling real-time decompression.
2025-11-02 19:09:59 +01:00