I am trying to decompress a byte array so I can read the image that is stored withing the bytes. I know in java you can use GZIPInputStream for decompressing a stream, but is their anything equivalent to this class in .NET?


Any help would be greatful.

Thanks.