NevronOpenVision
Nevron.Nov.Compression Namespace / NCompression Class / DecompressGZip Method
The stream to decompress.
The stream to write the decompressed data to.
DecompressGZip Method
Decompresses the given input stream with the gzip algorithm to the specified output stream.
Syntax
public static void DecompressGZip( 
   System.IO.Stream input,
   System.IO.Stream output
)

Parameters

input
The stream to decompress.
output
The stream to write the decompressed data to.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also