Xceed .NET Libraries Documentation
ChecksumStream Constructor(Stream,ChecksumType)


Xceed.Compression.Formats Assembly > Xceed.Compression.Formats Namespace > ChecksumStream Class > ChecksumStream Constructor : ChecksumStream Constructor(Stream,ChecksumType)
The stream whose checksum will be calculated.
A ChecksumType value indicating which type of checksum to calculate.
Initializes a new instance of the ChecksumStream class that will calculate, but not validate, the checksum for the specified stream.
Syntax
'Declaration
 
Public Function New( _
   ByVal inner As Stream, _
   ByVal checksumType As ChecksumType _
)
'Usage
 
Dim inner As Stream
Dim checksumType As ChecksumType
 
Dim instance As New ChecksumStream(inner, checksumType)
public ChecksumStream( 
   Stream inner,
   ChecksumType checksumType
)

Parameters

inner
The stream whose checksum will be calculated.
checksumType
A ChecksumType value indicating which type of checksum to calculate.
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

ChecksumStream Class
ChecksumStream Members
Overload List