org.freedesktop.dbus
Interface Message.Endian

Enclosing class:
Message

public static interface Message.Endian

Defines constants representing the endianness of the message.


Field Summary
static byte BIG
           
static byte LITTLE
           
 

Field Detail

BIG

static final byte BIG
See Also:
Constant Field Values

LITTLE

static final byte LITTLE
See Also:
Constant Field Values