'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.