ZLib compression in .NET
While hunting arounding for an implementation of Zlib (namely RFC1950 and RFC1951) I have found for the second time something present in Java but not in .NET. It does however seem that its
possible with Sharp Zip and this
post indicates its also possible using J# (
more here). Not confirmed if Sharp Zip meets the RFC requirements, prehaps someone who knows more on the subject than me could confirm it?