C# Class SOE.Interfaces.SOEReader

Exibir arquivo Open project: Joshsora/LibSOE Class Usage Examples

Public Methods

Method 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 method

public ReadASCIIString ( ) : string
return string

ReadBlob() public method

public ReadBlob ( ) : byte[]
return byte[]

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int length ) : byte[]
length int
return byte[]

ReadHostInt16() public method

public ReadHostInt16 ( ) : short
return short

ReadHostInt32() public method

public ReadHostInt32 ( ) : int
return int

ReadHostUInt16() public method

public ReadHostUInt16 ( ) : ushort
return ushort

ReadHostUInt32() public method

public ReadHostUInt32 ( ) : uint
return uint

ReadHostUInt64() public method

public ReadHostUInt64 ( ) : uint
return uint

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadNullTerminatedString() public method

public ReadNullTerminatedString ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( uint exclude ) : byte[]
exclude uint
return byte[]

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt32() public method

public ReadUInt32 ( ) : uint
return uint

ReadUInt64() public method

public ReadUInt64 ( ) : uint
return uint

ReadUnicodeString() public method

public ReadUnicodeString ( ) : string
return string

SOEReader() public method

public SOEReader ( SOEMessage message ) : System.Collections.Generic
message SOEMessage
return System.Collections.Generic

SOEReader() public method

public SOEReader ( SOEPacket packet ) : System.Collections.Generic
packet SOEPacket
return System.Collections.Generic

SOEReader() public method

public SOEReader ( byte rawPacket ) : System.Collections.Generic
rawPacket byte
return System.Collections.Generic