ByteOrder

enum ByteOrder : Enum<ByteOrder>

The byte order type.

Entries

Link copied to clipboard

The byte order is unknown.

Link copied to clipboard

The byte order is little endian.

Link copied to clipboard

The byte order is big endian.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int