The following tables list the members exposed by CrcCalculatorStream.
| Name | Description | |
|---|---|---|
![]()  | CrcCalculatorStream Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | CanRead | Overridden. Indicates whether the stream supports reading. | 
![]()  | CanSeek | Overridden. Indicates whether the stream supports seeking. | 
![]()  | CanTimeout | (Inherited from System.IO.Stream) | 
![]()  | CanWrite | Overridden. Indicates whether the stream supports writing. | 
![]()  | Crc | Provides the current CRC for all blocks slurped in. | 
![]()  | LeaveOpen | Indicates whether the underlying stream will be left open when the CrcCalculatorStream is Closed.   | 
![]()  | Length | Overridden. Returns the length of the underlying stream. | 
![]()  | Position | Overridden. The getter for this property returns the total bytes read. If you use the setter, it will throw System.NotSupportedException. | 
![]()  | ReadTimeout | (Inherited from System.IO.Stream) | 
![]()  | TotalBytesSlurped | Gets the total number of bytes run through the CRC32 calculator. | 
![]()  | WriteTimeout | (Inherited from System.IO.Stream) | 
| Name | Description | |
|---|---|---|
![]()  | BeginRead | (Inherited from System.IO.Stream) | 
![]()  | BeginWrite | (Inherited from System.IO.Stream) | 
![]()  | Close | Overridden. Closes the stream. | 
![]()  | CopyTo | Overloaded. (Inherited from System.IO.Stream) | 
![]()  | CopyToAsync | Overloaded. (Inherited from System.IO.Stream) | 
![]()  | CreateObjRef | (Inherited from System.MarshalByRefObject) | 
![]()  | Dispose | Overloaded. (Inherited from System.IO.Stream) | 
![]()  | EndRead | (Inherited from System.IO.Stream) | 
![]()  | EndWrite | (Inherited from System.IO.Stream) | 
![]()  | Equals | (Inherited from object) | 
![]()  | Flush | Overridden. Flush the stream. | 
![]()  | FlushAsync | Overloaded. (Inherited from System.IO.Stream) | 
![]()  | GetHashCode | (Inherited from object) | 
![]()  | GetLifetimeService | (Inherited from System.MarshalByRefObject) | 
![]()  | GetType | (Inherited from object) | 
![]()  | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | 
![]()  | Read | Overridden. Read from the stream | 
![]()  | ReadAsync | Overloaded. (Inherited from System.IO.Stream) | 
![]()  | ReadByte | (Inherited from System.IO.Stream) | 
![]()  | Seek | Overridden. Seeking is not supported on this stream. This method always throws System.NotSupportedException | 
![]()  | SetLength | Overridden. This method always throws System.NotSupportedException | 
![]()  | ToString | (Inherited from object) | 
![]()  | Write | Overridden. Write to the stream. | 
![]()  | WriteAsync | Overloaded. (Inherited from System.IO.Stream) | 
![]()  | WriteByte | (Inherited from System.IO.Stream) | 
| Name | Description | |
|---|---|---|
![]()  | CreateWaitHandle | (Inherited from System.IO.Stream) | 
![]()  | Finalize | (Inherited from object) | 
![]()  | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | 
![]()  | ObjectInvariant | (Inherited from System.IO.Stream) | 
    
    
    
    
    
    


