C# Class SOE.Interfaces.SOEReader

Afficher le fichier Open project: Joshsora/LibSOE Class Usage Examples

Méthodes publiques

Méthode Description
ReadASCIIString ( ) : string
ReadBlob ( ) : byte[]
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadBytes ( int length ) : byte[]
ReadHostInt16 ( ) : short
ReadHostInt32 ( ) : int
ReadHostUInt16 ( ) : ushort
ReadHostUInt32 ( ) : uint
ReadHostUInt64 ( ) : uint
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadNullTerminatedString ( ) : string
ReadToEnd ( uint exclude ) : byte[]
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : uint
ReadUnicodeString ( ) : string
SOEReader ( SOEMessage message ) : System.Collections.Generic
SOEReader ( SOEPacket packet ) : System.Collections.Generic
SOEReader ( byte rawPacket ) : System.Collections.Generic

Method Details

ReadASCIIString() public méthode

public ReadASCIIString ( ) : string
Résultat string

ReadBlob() public méthode

public ReadBlob ( ) : byte[]
Résultat byte[]

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

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

ReadHostInt16() public méthode

public ReadHostInt16 ( ) : short
Résultat short

ReadHostInt32() public méthode

public ReadHostInt32 ( ) : int
Résultat int

ReadHostUInt16() public méthode

public ReadHostUInt16 ( ) : ushort
Résultat ushort

ReadHostUInt32() public méthode

public ReadHostUInt32 ( ) : uint
Résultat uint

ReadHostUInt64() public méthode

public ReadHostUInt64 ( ) : uint
Résultat uint

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadNullTerminatedString() public méthode

public ReadNullTerminatedString ( ) : string
Résultat string

ReadToEnd() public méthode

public ReadToEnd ( uint exclude ) : byte[]
exclude uint
Résultat byte[]

ReadUInt16() public méthode

public ReadUInt16 ( ) : ushort
Résultat ushort

ReadUInt32() public méthode

public ReadUInt32 ( ) : uint
Résultat uint

ReadUInt64() public méthode

public ReadUInt64 ( ) : uint
Résultat uint

ReadUnicodeString() public méthode

public ReadUnicodeString ( ) : string
Résultat string

SOEReader() public méthode

public SOEReader ( SOEMessage message ) : System.Collections.Generic
message SOEMessage
Résultat System.Collections.Generic

SOEReader() public méthode

public SOEReader ( SOEPacket packet ) : System.Collections.Generic
packet SOEPacket
Résultat System.Collections.Generic

SOEReader() public méthode

public SOEReader ( byte rawPacket ) : System.Collections.Generic
rawPacket byte
Résultat System.Collections.Generic