메소드 | 설명 | |
---|---|---|
Reset ( ) : void |
Reset the state of Crc.
|
|
StrangeCRC ( ) : System |
Initialise a default instance of
|
|
Update ( byte buffer ) : void |
Update Crc based on a block of data
|
|
Update ( byte buffer, int offset, int count ) : void |
Update Crc based on a portion of a block of data
|
|
Update ( int value ) : void |
Update the Crc value.
|
public Update ( byte buffer ) : void | ||
buffer | byte | The buffer containing data to update the crc with. |
리턴 | void |
public Update ( byte buffer, int offset, int count ) : void | ||
buffer | byte | block of data |
offset | int | index of first byte to use |
count | int | number of bytes to use |
리턴 | void |