C# Class NSoft.NFramework.Compressions.SevenZip.CRC

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Свойство Type Description
Table uint[]

Méthodes publiques

Méthode Description
GetDigest ( ) : uint
Init ( ) : void
Update ( byte data, uint offset, uint size ) : void
UpdateByte ( byte b ) : void

Private Methods

Méthode Description
CRC ( )
CalculateDigest ( byte data, uint offset, uint size ) : uint
VerifyDigest ( uint digest, byte data, uint offset, uint size ) : bool

Method Details

GetDigest() public méthode

public GetDigest ( ) : uint
Résultat uint

Init() public méthode

public Init ( ) : void
Résultat void

Update() public méthode

public Update ( byte data, uint offset, uint size ) : void
data byte
offset uint
size uint
Résultat void

UpdateByte() public méthode

public UpdateByte ( byte b ) : void
b byte
Résultat void

Property Details

Table public_oe static_oe property

public static uint[] Table
Résultat uint[]