Summary
Calculates rsync checksum of all values that are read/written via this stream.
Constructors
|
Initialises an rsync calculation stream using the specified stream as the underlying stream and the specified
rsync window size (number of bytes) |
Instance methods
void | | This member is not documented. |
int | Read(byte[] buffer, int offset, int count) | Reads data from the underlying stream. Updates the RSync with the bytes read. |
long | Seek(long offset, SeekOrigin origin) | Seeking is ignored (but propagated to the underlying stream). All the bytes seeked over will be ignored. |
void | | This member is not documented. |
void | Write(byte[] buffer, int offset, int count) | Writes data to the underlying stream. Updates the RSync with the bytes written. |
Instance properties
Stream | |
This is the underlying stream. All reads/writes and most other operations on this class are performed on this
underlying stream. |
bool | | These members are not documented. |
bool | |
bool | |
uint | | Returns the rsync checksum calculated so far for all the bytes read/written. |
byte[] | |
long | | These members are not documented. |
long | |