C# 클래스 ArtemisComm.GameMessagePacket

상속: IPackage
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

공개 메소드들

메소드 설명
Dispose ( ) : void
GameMessagePacket ( Stream stream, int index ) : ArtemisComm.GameMessageSubPackets
GetErrors ( ) : ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
GetSubPacket ( Stream stream, int index ) : IPackage

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

GameMessagePacket() 공개 메소드

public GameMessagePacket ( Stream stream, int index ) : ArtemisComm.GameMessageSubPackets
stream Stream
index int
리턴 ArtemisComm.GameMessageSubPackets

GetErrors() 공개 메소드

public GetErrors ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

GetRawData() 공개 메소드

public GetRawData ( ) : MemoryStream
리턴 System.IO.MemoryStream

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType