C# 클래스 Framework.Pipes.IPCPacket

파일 보기 프로젝트 열기: Arctium-Emulation/Project-WoW 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
readStream System.IO.BinaryReader
writeStream System.IO.BinaryWriter

공개 메소드들

메소드 설명
Finish ( ) : void
ReadBytes ( int count ) : byte[]
ReadString ( ) : string
Write ( ) : void
Write ( byte value, int count ) : void
WriteString ( string value ) : void

보호된 메소드들

메소드 설명
IPCPacket ( IPCMessage message ) : System.IO
IPCPacket ( int msg, Stream data ) : System.IO

메소드 상세

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

IPCPacket() 보호된 메소드

protected IPCPacket ( IPCMessage message ) : System.IO
message IPCMessage
리턴 System.IO

IPCPacket() 보호된 메소드

protected IPCPacket ( int msg, Stream data ) : System.IO
msg int
data System.IO.Stream
리턴 System.IO

ReadBytes() 공개 메소드

public ReadBytes ( int count ) : byte[]
count int
리턴 byte[]

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

Write() 공개 추상적인 메소드

public abstract Write ( ) : void
리턴 void

Write() 공개 메소드

public Write ( byte value, int count ) : void
value byte
count int
리턴 void

WriteString() 공개 메소드

public WriteString ( string value ) : void
value string
리턴 void

프로퍼티 상세

readStream 보호되어 있는 프로퍼티

protected BinaryReader,System.IO readStream
리턴 System.IO.BinaryReader

writeStream 보호되어 있는 프로퍼티

protected BinaryWriter,System.IO writeStream
리턴 System.IO.BinaryWriter