C# 클래스 BattleNet.Huffman

파일 보기 프로젝트 열기: dkuwahara/AlphaBot 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( byte input, byte &output ) : uint
Decompress ( byte input, byte &output ) : void
GetPacketSize ( List buffer, Int32 &headerSize ) : Int32

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( byte input, byte &output ) : uint
input byte
output byte
리턴 uint

Decompress() 공개 정적인 메소드

public static Decompress ( byte input, byte &output ) : void
input byte
output byte
리턴 void

GetPacketSize() 공개 정적인 메소드

public static GetPacketSize ( List buffer, Int32 &headerSize ) : Int32
buffer List
headerSize System.Int32
리턴 System.Int32