mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 04:01:00 +00:00
This commit stores the bit codes as u16s instead of u32s as the maximum code bit length in DEFLATE is 15. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Deflate.cpp | ||
| Deflate.h | ||
| DeflateTables.h | ||
| Gzip.cpp | ||
| Gzip.h | ||
| Zlib.cpp | ||
| Zlib.h | ||