C# Class OpenMetaverse.CRC32

Afficher le fichier Open project: Virtual-Universe/Virtual-LibOMV

Méthodes publiques

Свойство Type Description
CRC uint

Méthodes publiques

Méthode Description
CRC32 ( ) : System
Update ( byte value ) : void
Update ( byte value, int pos, int length ) : void

Method Details

CRC32() public méthode

public CRC32 ( ) : System
Résultat System

Update() public méthode

public Update ( byte value ) : void
value byte
Résultat void

Update() public méthode

public Update ( byte value, int pos, int length ) : void
value byte
pos int
length int
Résultat void

Property Details

CRC public_oe property

public uint CRC
Résultat uint