C# 클래스 Server.Network.PacketReader

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
IsSafeChar ( int c ) : bool
PacketReader ( byte data, int size, bool fixedSize ) : System
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadSByte ( ) : sbyte
ReadString ( ) : string
ReadString ( int fixedLength ) : string
ReadStringSafe ( ) : string
ReadStringSafe ( int fixedLength ) : string
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUTF8String ( ) : string
ReadUTF8StringSafe ( ) : string
ReadUTF8StringSafe ( int fixedLength ) : string
ReadUnicodeString ( ) : string
ReadUnicodeString ( int fixedLength ) : string
ReadUnicodeStringLE ( ) : string
ReadUnicodeStringLESafe ( ) : string
ReadUnicodeStringLESafe ( int fixedLength ) : string
ReadUnicodeStringSafe ( ) : string
ReadUnicodeStringSafe ( int fixedLength ) : string
Seek ( int offset, SeekOrigin origin ) : int
Trace ( Server.Network.NetState state ) : void

메소드 상세

IsSafeChar() 공개 메소드

public IsSafeChar ( int c ) : bool
c int
리턴 bool

PacketReader() 공개 메소드

public PacketReader ( byte data, int size, bool fixedSize ) : System
data byte
size int
fixedSize bool
리턴 System

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadSByte() 공개 메소드

public ReadSByte ( ) : sbyte
리턴 sbyte

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadString() 공개 메소드

public ReadString ( int fixedLength ) : string
fixedLength int
리턴 string

ReadStringSafe() 공개 메소드

public ReadStringSafe ( ) : string
리턴 string

ReadStringSafe() 공개 메소드

public ReadStringSafe ( int fixedLength ) : string
fixedLength int
리턴 string

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUTF8String() 공개 메소드

public ReadUTF8String ( ) : string
리턴 string

ReadUTF8StringSafe() 공개 메소드

public ReadUTF8StringSafe ( ) : string
리턴 string

ReadUTF8StringSafe() 공개 메소드

public ReadUTF8StringSafe ( int fixedLength ) : string
fixedLength int
리턴 string

ReadUnicodeString() 공개 메소드

public ReadUnicodeString ( ) : string
리턴 string

ReadUnicodeString() 공개 메소드

public ReadUnicodeString ( int fixedLength ) : string
fixedLength int
리턴 string

ReadUnicodeStringLE() 공개 메소드

public ReadUnicodeStringLE ( ) : string
리턴 string

ReadUnicodeStringLESafe() 공개 메소드

public ReadUnicodeStringLESafe ( ) : string
리턴 string

ReadUnicodeStringLESafe() 공개 메소드

public ReadUnicodeStringLESafe ( int fixedLength ) : string
fixedLength int
리턴 string

ReadUnicodeStringSafe() 공개 메소드

public ReadUnicodeStringSafe ( ) : string
리턴 string

ReadUnicodeStringSafe() 공개 메소드

public ReadUnicodeStringSafe ( int fixedLength ) : string
fixedLength int
리턴 string

Seek() 공개 메소드

public Seek ( int offset, SeekOrigin origin ) : int
offset int
origin SeekOrigin
리턴 int

Trace() 공개 메소드

public Trace ( Server.Network.NetState state ) : void
state Server.Network.NetState
리턴 void