|
-
Dec 19th, 2006, 11:16 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] .NET Equivalent to GZIPInputStream
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.
-
Dec 19th, 2006, 11:20 PM
#2
Re: [2005] .NET Equivalent to GZIPInputStream
System.IO.Compression.GZipStream, assuming that the stream you're reading was compressed using GZIP in the first place. Easy miss.
-
Dec 19th, 2006, 11:27 PM
#3
Thread Starter
Fanatic Member
Re: [2005] .NET Equivalent to GZIPInputStream
 Originally Posted by jmcilhinney
System.IO.Compression.GZipStream, assuming that the stream you're reading was compressed using GZIP in the first place. Easy miss. 
Wow, silly miss thanks!.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|