C# Класс PocketCampus.Main.PngWriter.Adler32

Computes the Adler32 CRC value for a given data set
Показать файл Открыть проект

Открытые методы

Метод Описание
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