C# 클래스 ValveResourceFormat.Crc32

A utility class to compute CRC32.
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat

공개 프로퍼티들

프로퍼티 타입 설명
Table uint[]

공개 메소드들

메소드 설명
Compute ( byte buffer ) : uint

Compute a checksum for a given array of bytes.

메소드 상세

Compute() 공개 정적인 메소드

Compute a checksum for a given array of bytes.
public static Compute ( byte buffer ) : uint
buffer byte The array of bytes to compute the checksum for.
리턴 uint

프로퍼티 상세

Table 공개적으로 정적으로 프로퍼티

CRC polynomial 0xEDB88320.
public static uint[] Table
리턴 uint[]