'Usage Dim inner As Stream Dim instance As New GZipCompressedStream(inner)
Parameters
- inner
- The stream to write to and read from.
'Usage Dim inner As Stream Dim instance As New GZipCompressedStream(inner)
If the GZipCompressedStream is being used to write compressed data to the inner stream, the Highest compression level will be used.
Because the GZip compression format only supports the Deflate compression method, all data compressed with the GZipCompressedStream class will be compressed using the Deflated compression method.
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