Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / ChecksumStream Class
Members


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