C# Класс PeerCastStation.UI.PortMapper.BinaryAccessor

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

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

Метод Описание
GetByte ( byte bytes, int offset ) : byte
GetIPv4AddressBE ( byte bytes, int offset ) : IPAddress
GetUInt16BE ( byte bytes, int offset ) : int
GetUInt32BE ( byte bytes, int offset ) : long
PutByte ( byte bytes, int offset, byte value ) : void
PutUInt16BE ( byte bytes, int offset, int value ) : void
PutUInt32BE ( byte bytes, int offset, long value ) : void

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

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

static public GetByte ( byte bytes, int offset ) : byte
bytes byte
offset int
Результат byte

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

static public GetIPv4AddressBE ( byte bytes, int offset ) : IPAddress
bytes byte
offset int
Результат System.Net.IPAddress

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

static public GetUInt16BE ( byte bytes, int offset ) : int
bytes byte
offset int
Результат int

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

static public GetUInt32BE ( byte bytes, int offset ) : long
bytes byte
offset int
Результат long

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

static public PutByte ( byte bytes, int offset, byte value ) : void
bytes byte
offset int
value byte
Результат void

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

static public PutUInt16BE ( byte bytes, int offset, int value ) : void
bytes byte
offset int
value int
Результат void

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

static public PutUInt32BE ( byte bytes, int offset, long value ) : void
bytes byte
offset int
value long
Результат void