Method | Description | |
---|---|---|
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 | |
return | byte |
static public GetIPv4AddressBE ( byte bytes, int offset ) : |
||
bytes | byte | |
offset | int | |
return |
static public GetUInt16BE ( byte bytes, int offset ) : int | ||
bytes | byte | |
offset | int | |
return | int |
static public GetUInt32BE ( byte bytes, int offset ) : long | ||
bytes | byte | |
offset | int | |
return | long |
static public PutByte ( byte bytes, int offset, byte value ) : void | ||
bytes | byte | |
offset | int | |
value | byte | |
return | void |
static public PutUInt16BE ( byte bytes, int offset, int value ) : void | ||
bytes | byte | |
offset | int | |
value | int | |
return | void |
static public PutUInt32BE ( byte bytes, int offset, long value ) : void | ||
bytes | byte | |
offset | int | |
value | long | |
return | void |