C# Класс Gablarski.ByteArrayExtensions

Показать файл Открыть проект

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

Метод Описание
ReadInt16 ( this self, int &position ) : Int16
ReadInt32 ( this self, int &position ) : Int32
ReadInt64 ( this self, int &position ) : System.Int64
ReadUInt16 ( this self, int &position ) : UInt16
ReadUInt32 ( this self, int &position ) : UInt32
ReadUInt64 ( this self, int &position ) : System.UInt64

Описание методов

ReadInt16() публичный статический Метод

public static ReadInt16 ( this self, int &position ) : Int16
self this
position int
Результат System.Int16

ReadInt32() публичный статический Метод

public static ReadInt32 ( this self, int &position ) : Int32
self this
position int
Результат System.Int32

ReadInt64() публичный статический Метод

public static ReadInt64 ( this self, int &position ) : System.Int64
self this
position int
Результат System.Int64

ReadUInt16() публичный статический Метод

public static ReadUInt16 ( this self, int &position ) : UInt16
self this
position int
Результат System.UInt16

ReadUInt32() публичный статический Метод

public static ReadUInt32 ( this self, int &position ) : UInt32
self this
position int
Результат System.UInt32

ReadUInt64() публичный статический Метод

public static ReadUInt64 ( this self, int &position ) : System.UInt64
self this
position int
Результат System.UInt64