AyCode.Core/AyCode.Core.Tests/Compression/README.md

12 lines
457 B
Markdown

# Compression Tests
GZip compression utility tests.
## Key Files
- **`GzipHelperTests.cs`** — Tests GzipHelper.Compress(), DecompressToString(), DecompressToRentedBuffer() (ArrayPool), IsGzipCompressed() (magic byte detection).
---
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.