C# Class System.IO.Compression.DecodeHelper

Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
BitReverse ( uint code, int length ) : uint
UpdateCrc32 ( uint crc32, byte buffer, int offset, int length ) : uint

Private Methods

Méthode Description
DecodeHelper ( ) : System

Method Details

BitReverse() public static méthode

public static BitReverse ( uint code, int length ) : uint
code uint
length int
Résultat uint

UpdateCrc32() public static méthode

public static UpdateCrc32 ( uint crc32, byte buffer, int offset, int length ) : uint
crc32 uint
buffer byte
offset int
length int
Résultat uint