Java.Nio.LongBuffer.Order Method
Returns the byte order used by this buffer when converting longs from/to bytes.

Syntax

[Android.Runtime.Register("order", "()Ljava/nio/ByteOrder;", "GetOrderHandler")]
public abstract ByteOrder Order ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the byte order used by this buffer when converting longs from/to bytes.

If this buffer is not based on a byte buffer, then always return the platform's native byte order.

[Android Documentation]

Requirements

Namespace: Java.Nio
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1