C# Class Brunet.Util.Crc32

Afficher le fichier Open project: pstjuste/brunet

Protected Properties

Свойство Type Description
TABLE uint[]
_cast Crc32
_ethernet Crc32

Méthodes publiques

Méthode Description
Compute ( uint initcrc, byte bytes, int offset, int length ) : uint
ComputeChecksum ( byte bytes, int offset, int length ) : uint
ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint
ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[]
Crc32 ( uint poly ) : NUnit.Framework
MakeTable ( uint poly ) : uint[]

Method Details

Compute() public méthode

public Compute ( uint initcrc, byte bytes, int offset, int length ) : uint
initcrc uint
bytes byte
offset int
length int
Résultat uint

ComputeChecksum() public static méthode

public static ComputeChecksum ( byte bytes, int offset, int length ) : uint
bytes byte
offset int
length int
Résultat uint

ComputeChecksum() public static méthode

public static ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint
initcrc uint
bytes byte
offset int
length int
Résultat uint

ComputeChecksumBytes() public static méthode

public static ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[]
bytes byte
offset int
length int
Résultat byte[]

Crc32() public méthode

public Crc32 ( uint poly ) : NUnit.Framework
poly uint
Résultat NUnit.Framework

MakeTable() public static méthode

public static MakeTable ( uint poly ) : uint[]
poly uint
Résultat uint[]

Property Details

TABLE protected_oe property

protected uint[] TABLE
Résultat uint[]

_cast protected_oe static_oe property

protected static Crc32,Brunet.Util _cast
Résultat Crc32

_ethernet protected_oe static_oe property

protected static Crc32,Brunet.Util _ethernet
Résultat Crc32