Xceed .NET Libraries Documentation
ChecksumStream Class
Members 


Xceed.Compression.Formats Assembly > Xceed.Compression.Formats Namespace : ChecksumStream Class
Represents a pass-through stream that calculates a checksum on the data read or written to the inner stream.
Syntax
'Declaration
 
Public Class ChecksumStream 
   Inherits System.IO.Stream
   Implements System.IDisposable 
'Usage
 
Dim instance As ChecksumStream
public class ChecksumStream : System.IO.Stream, System.IDisposable  
Remarks

The ChecksumStream only supports CRC32 and Adler32 checksums.

Closing the ChecksumStream will also close the inner stream.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Xceed.Compression.Formats.ChecksumStream

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 Members
Xceed.Compression.Formats Namespace
System.IO.Stream