Xceed .NET Libraries Documentation
CompressedStream Constructor(Stream)


Xceed.Compression Assembly > Xceed.Compression Namespace > CompressedStream Class > CompressedStream Constructor : CompressedStream Constructor(Stream)
Inner stream.
Initializes a CompressedStream using the default compressor and decompressor classes.
Syntax
'Declaration
 
Public Function New( _
   ByVal inner As Stream _
)
'Usage
 
Dim inner As Stream
 
Dim instance As New CompressedStream(inner)
public CompressedStream( 
   Stream inner
)

Parameters

inner
Inner stream.
Requirements

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

See Also

Reference

CompressedStream Class
CompressedStream Members
Overload List