Class ByteHelpers
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public static class ByteHelpers
Methods
| Edit this page View SourcePutInt(byte[], int, int, ByteOrder)
Declaration
public static byte[] PutInt(this byte[] target, int x, int offset = 0, ByteOrder order = ByteOrder.BigEndian)
Parameters
Type | Name | Description |
---|---|---|
byte[] | target | |
int | x | |
int | offset | |
ByteOrder | order |
Returns
Type | Description |
---|---|
byte[] |