ByteOrdering

object ByteOrdering
Companion for ByteOrdering.
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object BigEndian extends ByteOrdering
Byte ordering where the most significant byte is at the smallest address.
case object LittleEndian extends ByteOrdering
Byte ordering where the least significant byte is at the smallest address.

Inherited types

type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror

Value members

Methods

def fromJava(bo: ByteOrder): ByteOrdering
Converts the specified byte order to a ByteOrdering.
Throws
IllegalArgumentException
IllegalArgumentException