메소드 | 설명 | |
---|---|---|
CRC32 ( ) : System | ||
CheckSumBytes ( byte data ) : |
计算字节数据的crc32值
|
|
CheckSumFile ( string filePath ) : |
计算沙盒文件的crc32值
|
|
CheckSumSlice ( byte data, int offset, int count ) : |
||
Sum32 ( ) : |
||
Update ( |
||
Write ( byte p, int offset, int count ) : void |
메소드 | 설명 | |
---|---|---|
MakeTable ( |
public static CheckSumBytes ( byte data ) : |
||
data | byte | 二进制数据 |
리턴 |
public static CheckSumFile ( string filePath ) : |
||
filePath | string | 沙盒文件全路径 |
리턴 |
public static CheckSumSlice ( byte data, int offset, int count ) : |
||
data | byte | |
offset | int | |
count | int | |
리턴 |
public static Update ( |
||
crc | ||
table | ||
p | byte | |
offset | int | |
count | int | |
리턴 |
public Write ( byte p, int offset, int count ) : void | ||
p | byte | |
offset | int | |
count | int | |
리턴 | void |