byteOrder

abstract val byteOrder: ByteOrder

The ByteOrder in which the array is built. If ByteOrder.MOST_SIGNIFICANT_FIRST any elements will be added to the front of the array. This order acts as the default for encoding primary types added to this array.