5 out of 12 rated this helpful - Rate this topic

System.IO.Compression Namespace

The System.IO.Compression namespace contains classes that provide basic compression and decompression services for streams.

  ClassDescription
Public classSupported by Portable Class LibrarySupported in .NET for Windows Store appsDeflateStreamProvides methods and properties for compressing and decompressing streams by using the Deflate algorithm.
Public classSupported by Portable Class LibrarySupported in .NET for Windows Store appsGZipStreamProvides methods and properties used to compress and decompress streams.
Public classSupported in .NET for Windows Store appsZipArchiveRepresents a package of compressed files in the zip archive format.
Public classSupported in .NET for Windows Store appsZipArchiveEntryRepresents a compressed file within a zip archive.
Public classZipFileProvides static methods for creating, extracting, and opening zip archives.
Public classZipFileExtensionsProvides extension methods for the ZipArchive and ZipArchiveEntry classes.
  EnumerationDescription
Public enumerationSupported in .NET for Windows Store appsCompressionLevelSpecifies values that indicate whether a compression operation emphasizes speed or compression size.
Public enumerationSupported by Portable Class LibrarySupported in .NET for Windows Store appsCompressionMode Specifies whether to compress or decompress the underlying stream.
Public enumerationSupported in .NET for Windows Store appsZipArchiveModeSpecifies values for interacting with zip archive entries.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.