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