C# 클래스 Server.Network.Compression

Handles outgoing packet compression for the network.
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Compressor ICompressor

공개 메소드들

메소드 설명
Compress ( byte input, int offset, int count, int &length ) : byte[]
Pack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError
Pack ( byte dest, int &destLength, byte source, int sourceLength, ZLibQuality quality ) : ZLibError
Unpack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError

비공개 메소드들

메소드 설명
Compress ( byte input, int length, byte &output, int &outputLength ) : void
Compression ( ) : System

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( byte input, int offset, int count, int &length ) : byte[]
input byte
offset int
count int
length int
리턴 byte[]

Pack() 공개 정적인 메소드

public static Pack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError
dest byte
destLength int
source byte
sourceLength int
리턴 ZLibError

Pack() 공개 정적인 메소드

public static Pack ( byte dest, int &destLength, byte source, int sourceLength, ZLibQuality quality ) : ZLibError
dest byte
destLength int
source byte
sourceLength int
quality ZLibQuality
리턴 ZLibError

Unpack() 공개 정적인 메소드

public static Unpack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError
dest byte
destLength int
source byte
sourceLength int
리턴 ZLibError

프로퍼티 상세

Compressor 공개적으로 정적으로 프로퍼티

public static ICompressor Compressor
리턴 ICompressor