Méthode | Description | |
---|---|---|
Adler32 ( uint adler, byte buf, int index, int len ) : uint |
Calculates the Adler32 checksum. This is used within ZLIB. You probably don't need to use this directly. |
public static Adler32 ( uint adler, byte buf, int index, int len ) : uint | ||
adler | uint | |
buf | byte | |
index | int | |
len | int | |
Résultat | uint |