'Declaration Public Class GZipCompressedStream Inherits FormattedCompressedStream Implements System.IDisposable
'Usage Dim instance As GZipCompressedStream
public class GZipCompressedStream : FormattedCompressedStream, System.IDisposable
'Declaration Public Class GZipCompressedStream Inherits FormattedCompressedStream Implements System.IDisposable
'Usage Dim instance As GZipCompressedStream
public class GZipCompressedStream : FormattedCompressedStream, System.IDisposable
Compression is applied to data being written to the stream, and decompression is performed when data is read from the stream.
By default, closing the GZipCompressedStream will also close the inner stream. This behavior can be modified by setting the FormattedCompressedStream.Transient property to true.
System.Object
System.MarshalByRefObject
System.IO.Stream
Xceed.Compression.Formats.FormattedCompressedStream
Xceed.Compression.Formats.GZipCompressedStream
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
GZipCompressedStream Members
Xceed.Compression.Formats Namespace
{916E7D43-79A0-4455-99D2-BC570DE4F2F3}