Метод | Описание | |
---|---|---|
GetByte ( byte bytes, int offset ) : byte | ||
GetIPv4AddressBE ( byte bytes, int offset ) : |
||
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 |
static public GetByte ( byte bytes, int offset ) : byte | ||
bytes | byte | |
offset | int | |
Результат | byte |
static public GetIPv4AddressBE ( byte bytes, int offset ) : |
||
bytes | byte | |
offset | int | |
Результат |
static public GetUInt16BE ( byte bytes, int offset ) : int | ||
bytes | byte | |
offset | int | |
Результат | int |
static public GetUInt32BE ( byte bytes, int offset ) : long | ||
bytes | byte | |
offset | int | |
Результат | long |
static public PutByte ( byte bytes, int offset, byte value ) : void | ||
bytes | byte | |
offset | int | |
value | byte | |
Результат | void |
static public PutUInt16BE ( byte bytes, int offset, int value ) : void | ||
bytes | byte | |
offset | int | |
value | int | |
Результат | void |
static public PutUInt32BE ( byte bytes, int offset, long value ) : void | ||
bytes | byte | |
offset | int | |
value | long | |
Результат | void |