ByteOrder.LittleEndian Property

Definition

Constant denoting little-endian byte order.

[Android.Runtime.Register("LITTLE_ENDIAN")]
public static Java.Nio.ByteOrder? LittleEndian { get; }
[<Android.Runtime.Register("LITTLE_ENDIAN")>]
member this.LittleEndian : Java.Nio.ByteOrder

Property Value

ByteOrder
Attributes

Remarks

Java documentation for java.nio.ByteOrder.LITTLE_ENDIAN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to