C# Class OpenMetaverse.CRC32

Show file Open project: Virtual-Universe/Virtual-LibOMV

Public Properties

Property Type Description
CRC uint

Public Methods

Method Description
CRC32 ( ) : System
Update ( byte value ) : void
Update ( byte value, int pos, int length ) : void

Method Details

CRC32() public method

public CRC32 ( ) : System
return System

Update() public method

public Update ( byte value ) : void
value byte
return void

Update() public method

public Update ( byte value, int pos, int length ) : void
value byte
pos int
length int
return void

Property Details

CRC public property

public uint CRC
return uint