Miner.Responder.Shared.Channels Namespace > CompressionHelper Class : GetUncompressedStreamCopy Method |
'Declaration
Public Shared Function GetUncompressedStreamCopy( _ ByVal inStream As System.IO.Stream _ ) As System.IO.Stream
'Usage
Dim inStream As System.IO.Stream Dim value As System.IO.Stream value = CompressionHelper.GetUncompressedStreamCopy(inStream)
public static System.IO.Stream GetUncompressedStreamCopy( System.IO.Stream inStream )
public function GetUncompressedStreamCopy( inStream: System.IO.Stream ): System.IO.Stream; static;
public static function GetUncompressedStreamCopy( inStream : System.IO.Stream ) : System.IO.Stream;
public: static System.IO.Stream* GetUncompressedStreamCopy( System.IO.Stream* inStream )
public: static System.IO.Stream^ GetUncompressedStreamCopy( System.IO.Stream^ inStream )
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