C# 클래스 LiteNetLib.Utils.NetDataReader

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

보호된 프로퍼티들

프로퍼티 타입 설명
_data byte[]
_maxLength int
_position int

공개 메소드들

메소드 설명
Clear ( ) : void
GetBool ( ) : bool
GetByte ( ) : byte
GetBytes ( ) : byte[]
GetBytes ( byte destination ) : void
GetBytes ( byte destination, int lenght ) : void
GetDouble ( ) : double
GetFloat ( ) : float
GetInt ( ) : int
GetLong ( ) : long
GetNetEndPoint ( ) : NetEndPoint
GetSByte ( ) : sbyte
GetShort ( ) : short
GetString ( int maxLength ) : string
GetUInt ( ) : uint
GetULong ( ) : ulong
GetUShort ( ) : ushort
NetDataReader ( ) : System
NetDataReader ( byte source ) : System
NetDataReader ( byte source, int offset ) : System
NetDataReader ( byte source, int offset, int maxSize ) : System
SetSource ( byte source ) : void
SetSource ( byte source, int offset ) : void
SetSource ( byte source, int offset, int maxSize ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetBool() 공개 메소드

public GetBool ( ) : bool
리턴 bool

GetByte() 공개 메소드

public GetByte ( ) : byte
리턴 byte

GetBytes() 공개 메소드

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

GetBytes() 공개 메소드

public GetBytes ( byte destination ) : void
destination byte
리턴 void

GetBytes() 공개 메소드

public GetBytes ( byte destination, int lenght ) : void
destination byte
lenght int
리턴 void

GetDouble() 공개 메소드

public GetDouble ( ) : double
리턴 double

GetFloat() 공개 메소드

public GetFloat ( ) : float
리턴 float

GetInt() 공개 메소드

public GetInt ( ) : int
리턴 int

GetLong() 공개 메소드

public GetLong ( ) : long
리턴 long

GetNetEndPoint() 공개 메소드

public GetNetEndPoint ( ) : NetEndPoint
리턴 NetEndPoint

GetSByte() 공개 메소드

public GetSByte ( ) : sbyte
리턴 sbyte

GetShort() 공개 메소드

public GetShort ( ) : short
리턴 short

GetString() 공개 메소드

public GetString ( int maxLength ) : string
maxLength int
리턴 string

GetUInt() 공개 메소드

public GetUInt ( ) : uint
리턴 uint

GetULong() 공개 메소드

public GetULong ( ) : ulong
리턴 ulong

GetUShort() 공개 메소드

public GetUShort ( ) : ushort
리턴 ushort

NetDataReader() 공개 메소드

public NetDataReader ( ) : System
리턴 System

NetDataReader() 공개 메소드

public NetDataReader ( byte source ) : System
source byte
리턴 System

NetDataReader() 공개 메소드

public NetDataReader ( byte source, int offset ) : System
source byte
offset int
리턴 System

NetDataReader() 공개 메소드

public NetDataReader ( byte source, int offset, int maxSize ) : System
source byte
offset int
maxSize int
리턴 System

SetSource() 공개 메소드

public SetSource ( byte source ) : void
source byte
리턴 void

SetSource() 공개 메소드

public SetSource ( byte source, int offset ) : void
source byte
offset int
리턴 void

SetSource() 공개 메소드

public SetSource ( byte source, int offset, int maxSize ) : void
source byte
offset int
maxSize int
리턴 void

프로퍼티 상세

_data 보호되어 있는 프로퍼티

protected byte[] _data
리턴 byte[]

_maxLength 보호되어 있는 프로퍼티

protected int _maxLength
리턴 int

_position 보호되어 있는 프로퍼티

protected int _position
리턴 int