DataBuffer.Wrap Method |
Name | Description | |
---|---|---|
![]() ![]() | Wrap(Byte[]) |
Produces a new data buffer containing supplied data
in big-endian format.
|
![]() ![]() | Wrap(Byte[], Boolean) |
Produces a new data buffer containing supplied data.
|
![]() ![]() | Wrap(Byte[], Int32) |
Produces a new data buffer containing supplied data
in big-endian format.
|
![]() ![]() | Wrap(Byte[], Int32, Boolean) |
Produces a new data buffer containing supplied data.
|
![]() ![]() | Wrap(Byte[], Int32, Int32) |
Produces a new data buffer containing supplied data
in big-endian format.
|
![]() ![]() | Wrap(Byte[], Int32, Int32, Boolean) |
Produces a new data buffer containing supplied data.
|