My TCP Client receives a image within a packet.The image is compressed with zlib.The task is to decompress the image and put it on the form.
I\'m planning to save the co
Stick the byte array you received into a MemoryStream and compress/decompress it on the fly without using temporary files.
MemoryStream