C# 클래스 LiteNetLib.Utils.FastBitConverter

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

공개 메소드들

메소드 설명
GetBytes ( byte bytes, int startIndex, double value ) : void
GetBytes ( byte bytes, int startIndex, float value ) : void
GetBytes ( byte bytes, int startIndex, int value ) : void
GetBytes ( byte bytes, int startIndex, long value ) : void
GetBytes ( byte bytes, int startIndex, short value ) : void
GetBytes ( byte bytes, int startIndex, uint value ) : void
GetBytes ( byte bytes, int startIndex, ulong value ) : void
GetBytes ( byte bytes, int startIndex, ushort value ) : void
WriteLittleEndian ( byte buffer, int offset, short data ) : void

비공개 메소드들

메소드 설명
WriteLittleEndian ( byte buffer, int offset, int data ) : void
WriteLittleEndian ( byte buffer, int offset, ulong data ) : void

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, double value ) : void
bytes byte
startIndex int
value double
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, float value ) : void
bytes byte
startIndex int
value float
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, int value ) : void
bytes byte
startIndex int
value int
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, long value ) : void
bytes byte
startIndex int
value long
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, short value ) : void
bytes byte
startIndex int
value short
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, uint value ) : void
bytes byte
startIndex int
value uint
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, ulong value ) : void
bytes byte
startIndex int
value ulong
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int startIndex, ushort value ) : void
bytes byte
startIndex int
value ushort
리턴 void

WriteLittleEndian() 공개 정적인 메소드

public static WriteLittleEndian ( byte buffer, int offset, short data ) : void
buffer byte
offset int
data short
리턴 void