C# 클래스 TexFix.PacketReader

파일 보기 프로젝트 열기: CarlosX/RakionLauncher

공개 메소드들

메소드 설명
PacketReader ( byte data_ ) : System
ReadASCII ( int length ) : string
ReadByte ( ) : byte
ReadBytes ( int len ) : byte[]
ReadCode ( ) : string
ReadFloat ( ) : float
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadLua ( ) : string
ReadUint16 ( ) : ushort
ReadUint32 ( ) : uint
ReadUint64 ( ) : ulong
ReadUnicode ( int length ) : string
ReturnPost ( int i ) : void
SkipBytes ( int count ) : void
good ( ) : bool

메소드 상세

PacketReader() 공개 메소드

public PacketReader ( byte data_ ) : System
data_ byte
리턴 System

ReadASCII() 공개 메소드

public ReadASCII ( int length ) : string
length int
리턴 string

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

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

ReadCode() 공개 메소드

public ReadCode ( ) : string
리턴 string

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadLua() 공개 메소드

public ReadLua ( ) : string
리턴 string

ReadUint16() 공개 메소드

public ReadUint16 ( ) : ushort
리턴 ushort

ReadUint32() 공개 메소드

public ReadUint32 ( ) : uint
리턴 uint

ReadUint64() 공개 메소드

public ReadUint64 ( ) : ulong
리턴 ulong

ReadUnicode() 공개 메소드

public ReadUnicode ( int length ) : string
length int
리턴 string

ReturnPost() 공개 메소드

public ReturnPost ( int i ) : void
i int
리턴 void

SkipBytes() 공개 메소드

public SkipBytes ( int count ) : void
count int
리턴 void

good() 공개 메소드

public good ( ) : bool
리턴 bool