a compression library for handling zip files and other formats built into .NET framework 4.5 or greater.
System.IO.Compression is a namespace provided as part of the .NET framework for handling some compressed file formats.
The formats supported are
- GZip (stream)
- Deflate (stream)
- Zip
Full documentation can be found on MSDN's website at https://msdn.microsoft.com/en-us/library/system.io.compression(v=vs.110).aspx