Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Poderosa
XZModem
Crc32
C# 클래스 Poderosa.XZModem.Crc32
CRC32
파일 보기
프로젝트 열기: poderosaproject/poderosa
1 사용 예제들
공개 메소드들
메소드
설명
Update
(
uint
crc
,
byte
b
) :
uint
Update
(
uint
crc
,
byte
buff
,
int
offset
,
int
length
) :
uint
메소드 상세
Update()
공개
정적인
메소드
public
static
Update
(
uint
crc
,
byte
b
) :
uint
crc
uint
b
byte
리턴
uint
Update()
공개
정적인
메소드
public
static
Update
(
uint
crc
,
byte
buff
,
int
offset
,
int
length
) :
uint
crc
uint
buff
byte
offset
int
length
int
리턴
uint