C# Class System.IO.Compression.DecodeHelper

Show file Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
BitReverse ( uint code, int length ) : uint
UpdateCrc32 ( uint crc32, byte buffer, int offset, int length ) : uint

Private Methods

Method Description
DecodeHelper ( ) : System

Method Details

BitReverse() public static method

public static BitReverse ( uint code, int length ) : uint
code uint
length int
return uint

UpdateCrc32() public static method

public static UpdateCrc32 ( uint crc32, byte buffer, int offset, int length ) : uint
crc32 uint
buffer byte
offset int
length int
return uint