C# 클래스 SOE.Interfaces.SOEReader

파일 보기 프로젝트 열기: Joshsora/LibSOE 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ReadASCIIString() 공개 메소드

public ReadASCIIString ( ) : string
리턴 string

ReadBlob() 공개 메소드

public ReadBlob ( ) : byte[]
리턴 byte[]

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

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

ReadHostInt16() 공개 메소드

public ReadHostInt16 ( ) : short
리턴 short

ReadHostInt32() 공개 메소드

public ReadHostInt32 ( ) : int
리턴 int

ReadHostUInt16() 공개 메소드

public ReadHostUInt16 ( ) : ushort
리턴 ushort

ReadHostUInt32() 공개 메소드

public ReadHostUInt32 ( ) : uint
리턴 uint

ReadHostUInt64() 공개 메소드

public ReadHostUInt64 ( ) : uint
리턴 uint

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadNullTerminatedString() 공개 메소드

public ReadNullTerminatedString ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( uint exclude ) : byte[]
exclude uint
리턴 byte[]

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : uint
리턴 uint

ReadUnicodeString() 공개 메소드

public ReadUnicodeString ( ) : string
리턴 string

SOEReader() 공개 메소드

public SOEReader ( SOEMessage message ) : System.Collections.Generic
message SOEMessage
리턴 System.Collections.Generic

SOEReader() 공개 메소드

public SOEReader ( SOEPacket packet ) : System.Collections.Generic
packet SOEPacket
리턴 System.Collections.Generic

SOEReader() 공개 메소드

public SOEReader ( byte rawPacket ) : System.Collections.Generic
rawPacket byte
리턴 System.Collections.Generic