org.gnu.gdk

Class ByteOrder

public class ByteOrder extends Enum

Field Summary
static ByteOrderLSB_FIRST
static ByteOrderMSB_FIRST
Method Summary
ByteOrderand(ByteOrder other)
static ByteOrderintern(int value)
ByteOrderor(ByteOrder other)
booleantest(ByteOrder other)
ByteOrderxor(ByteOrder other)

Field Detail

LSB_FIRST

public static final ByteOrder LSB_FIRST

MSB_FIRST

public static final ByteOrder MSB_FIRST

Method Detail

and

public ByteOrder and(ByteOrder other)

intern

public static ByteOrder intern(int value)

or

public ByteOrder or(ByteOrder other)

test

public boolean test(ByteOrder other)

xor

public ByteOrder xor(ByteOrder other)