C# Класс LiteNetLib.Utils.FastBitConverter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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