C# 클래스 ArtemisComm.GameMessageSubPackets.AllShipSettingsSubPacket

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

공개 메소드들

메소드 설명
AllShipSettingsSubPacket ( Stream stream, int index ) : System
Dispose ( ) : void
GetErrors ( ) : ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType
LoadData ( Stream stream, int index ) : void

보호된 메소드들

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

메소드 상세

AllShipSettingsSubPacket() 공개 메소드

public AllShipSettingsSubPacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetErrors() 공개 메소드

public GetErrors ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

GetRawData() 공개 메소드

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

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType

LoadData() 공개 메소드

public LoadData ( Stream stream, int index ) : void
stream Stream
index int
리턴 void