Public Shared Function CreateInflateStream( _ ByVal stream As Stream _ ) As Stream
Dim stream As Stream Dim value As Stream value = IO.CreateInflateStream(stream)
public static Stream CreateInflateStream( Stream stream )
public: static Stream^ CreateInflateStream( Stream^ stream )
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
IO Class IO Members