Summary
Calculates CRC32 checksum of all values that are read/written via this stream.
Seeking is ignored. All the bytes seeked over will be ignored.
Constructors
| This member is not documented. |
Instance methods
| void | | This member is not documented. |
| int | Read(byte[] buffer, int offset, int count) |
Reads a chunk of bytes from the underlying stream. Updates the CRC with the
data read.
|
| long | Seek(long offset, SeekOrigin origin) | These members are not documented. |
| void | |
| void | Write(byte[] buffer, int offset, int count) |
Writes a chunk of bytes to the underlying stream. Updates the CRC with the
data written.
|
Instance properties
| Stream | |
The underlying stream to/from which writing/reading is performed.
|
| bool | | These members are not documented. |
| bool | |
| bool | |
| uint | |
Gets the current value of the CRC32 for all the bytes that passed through this stream.
|
| long | | These members are not documented. |
| long | |