C# 클래스 System.IO.Compression.DecodeHelper

파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
BitReverse ( uint code, int length ) : uint
UpdateCrc32 ( uint crc32, byte buffer, int offset, int length ) : uint

비공개 메소드들

메소드 설명
DecodeHelper ( ) : System

메소드 상세

BitReverse() 공개 정적인 메소드

public static BitReverse ( uint code, int length ) : uint
code uint
length int
리턴 uint

UpdateCrc32() 공개 정적인 메소드

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