Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Re: GZip byte array using System.IO.Compression in .NET
> View Original Message
The last 4 bytes of a gzipped file, is an integer containing the size of the uncompressed data. You can use that, to initialize a byte array first, and use that instead of a list, for making it more efficient.

Created By: Guest 6/22/2011 6:58:49 AM