Provides methods and properties used to compress and decompress streams. Namespace: System.IO.Compression Assembly: System (in system.dll) This class represents the gzip data format, which uses an industry standard algorithm for lossless file compression and decompression. The format includes a cyclic redundancy check value for detecting data corruption. The gzip data format uses the same […]
Tag: Class to Compress
GZipStream Class to Compress and Decompress Stream Data
Provides methods and properties used to compress and decompress streams. Namespace: System.IO.Compression Assembly: System (in system.dll) This class represents the gzip data format, which uses an industry standard algorithm for lossless file compression and decompression. The format includes a cyclic redundancy check value for detecting data corruption. The gzip data format uses the same […]