class

Endian

@Serializable { simple=true }
const class Endian : Enum

Byte ordering.

constructors fromStr

Return the Endian instance for the specified name

fields big

Most significant byte first (network byte order)

vals

List of Endian values indexed by ordinal

little

Least significant byte first

big const static Endian : big

Most significant byte first (network byte order)

fromStr static new fromStr(Str name, Bool checked)

Return the Endian instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

little const static Endian : little

Least significant byte first

vals const static Endian[] : vals

List of Endian values indexed by ordinal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST