C# Class Framework.Pipes.IPCPacket

Afficher le fichier Open project: Arctium-Emulation/Project-WoW Class Usage Examples

Protected Properties

Свойство Type Description
readStream System.IO.BinaryReader
writeStream System.IO.BinaryWriter

Méthodes publiques

Méthode Description
Finish ( ) : void
ReadBytes ( int count ) : byte[]
ReadString ( ) : string
Write ( ) : void
Write ( byte value, int count ) : void
WriteString ( string value ) : void

Méthodes protégées

Méthode Description
IPCPacket ( IPCMessage message ) : System.IO
IPCPacket ( int msg, Stream data ) : System.IO

Method Details

Finish() public méthode

public Finish ( ) : void
Résultat void

IPCPacket() protected méthode

protected IPCPacket ( IPCMessage message ) : System.IO
message IPCMessage
Résultat System.IO

IPCPacket() protected méthode

protected IPCPacket ( int msg, Stream data ) : System.IO
msg int
data System.IO.Stream
Résultat System.IO

ReadBytes() public méthode

public ReadBytes ( int count ) : byte[]
count int
Résultat byte[]

ReadString() public méthode

public ReadString ( ) : string
Résultat string

Write() public abstract méthode

public abstract Write ( ) : void
Résultat void

Write() public méthode

public Write ( byte value, int count ) : void
value byte
count int
Résultat void

WriteString() public méthode

public WriteString ( string value ) : void
value string
Résultat void

Property Details

readStream protected_oe property

protected BinaryReader,System.IO readStream
Résultat System.IO.BinaryReader

writeStream protected_oe property

protected BinaryWriter,System.IO writeStream
Résultat System.IO.BinaryWriter