C# 클래스 NSoft.NFramework.Compressions.SevenZip.CRC

파일 보기 프로젝트 열기: debop/NFramework

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetDigest ( ) : uint
Init ( ) : void
Update ( byte data, uint offset, uint size ) : void
UpdateByte ( byte b ) : void

비공개 메소드들

메소드 설명
CRC ( )
CalculateDigest ( byte data, uint offset, uint size ) : uint
VerifyDigest ( uint digest, byte data, uint offset, uint size ) : bool

메소드 상세

GetDigest() 공개 메소드

public GetDigest ( ) : uint
리턴 uint

Init() 공개 메소드

public Init ( ) : void
리턴 void

Update() 공개 메소드

public Update ( byte data, uint offset, uint size ) : void
data byte
offset uint
size uint
리턴 void

UpdateByte() 공개 메소드

public UpdateByte ( byte b ) : void
b byte
리턴 void

프로퍼티 상세

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

public static uint[] Table
리턴 uint[]