C# 클래스 Cimbalino.Phone.Toolkit.Compression.Adler

Computes an Adler-32 checksum.
The Adler checksum is similar to a CRC checksum, but faster to compute, though less reliable. It is used in producing RFC1950 compressed streams. The Adler checksum is a required part of the "ZLIB" standard. Applications will almost never need to use this class directly.
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Adler32() 공개 정적인 메소드

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
리턴 uint