Unity.IO.Compression
Unity.IO.Compression copied to clipboard
A port of System.IO.Compression for Unity
As mentioned on #5 I think you can just use `GZipStream` in Unity now. Hitcents does not seem to be maintaining this library, so I would not use it.
Hi, I tried the library, but the results differs from `System.IO.Compression` when using `GZipStream`. Test string: `Some test string to compress.` Result using System.IO: `H4sIAAAAAAAAAwvOz01VKEktLlEoLinKzEtXKMlXSM7PLShKLS7WAwAr6BTWHQAAAA==` Result using Unity.IO: `H4sIAAAAAAAEAOy9B2AcSZYlJi9tynt/SvVK1+B0oQiAYBMk2JBAEOzBiM3mkuwdaUcjKasqgcplVmVdZhZAzO2dvPfee++999577733ujudTif33/8/XGZkAWz2zkrayZ4hgKrIHz9+fB 8/Il5Xizxt86ZNm7YulhdpW6XTarGq86YZ/z8BAAD//yvoFNYdAAAA`...