C# 클래스 Server.Network.ByteQueue

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
ByteQueue ( ) : System
Clear ( ) : void
Dequeue ( byte buffer, int offset, int size ) : int
Enqueue ( byte buffer, int offset, int size ) : void
GetPacketID ( ) : byte
GetPacketLength ( ) : int

비공개 메소드들

메소드 설명
SetCapacity ( int capacity ) : void

메소드 상세

ByteQueue() 공개 메소드

public ByteQueue ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dequeue() 공개 메소드

public Dequeue ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
리턴 int

Enqueue() 공개 메소드

public Enqueue ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
리턴 void

GetPacketID() 공개 메소드

public GetPacketID ( ) : byte
리턴 byte

GetPacketLength() 공개 메소드

public GetPacketLength ( ) : int
리턴 int