C# 클래스 PocketCampus.Main.PngWriter.Adler32

Computes the Adler32 CRC value for a given data set
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
Add ( byte data, int len, uint offset ) : void

Adds to the current running Adler32 the bytes from buf[].

Reset ( ) : void

Resets the running Adler32.

메소드 상세

Add() 공개 메소드

Adds to the current running Adler32 the bytes from buf[].
public Add ( byte data, int len, uint offset ) : void
data byte A byte[] to process.
len int The length of the byte[].
offset uint The offset to start processing byte[] at.
리턴 void

Reset() 공개 메소드

Resets the running Adler32.
public Reset ( ) : void
리턴 void