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

Exibir arquivo Open project: debop/NFramework

Public Properties

Property Type Description
Table uint[]

Public Methods

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

Private Methods

Method Description
CRC ( )
CalculateDigest ( byte data, uint offset, uint size ) : uint
VerifyDigest ( uint digest, byte data, uint offset, uint size ) : bool

Method Details

GetDigest() public method

public GetDigest ( ) : uint
return uint

Init() public method

public Init ( ) : void
return void

Update() public method

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

UpdateByte() public method

public UpdateByte ( byte b ) : void
b byte
return void

Property Details

Table public_oe static_oe property

public static uint[] Table
return uint[]