ArcFM Solution Developer Guide
GetCompressedStreamCopy Method


Syntax
'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
)

Parameters

inStream
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CompressionHelper Class
CompressionHelper Members

 

 


Send Comment