Create a decompressed stream (GZip)

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetUncompressedGZipStream ( _
	inputStream As Stream _
) As Stream
C#
public static Stream GetUncompressedGZipStream(
	Stream inputStream
)

Parameters

inputStream
Type: System.IO..::..Stream
Source

Return Value

A new decompressed stream

See Also