Method SetOrder
SetOrder(ByteOrder)
Sets the byte order of this buffer.
Declaration
public ByteBuffer SetOrder(ByteOrder byteOrder)
Parameters
Type | Name | Description |
---|---|---|
ByteOrder | byteOrder | the byte order to set. |
Returns
Type | Description |
---|---|
ByteBuffer | this buffer. |