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