org.gnu.gdk

Class ByteOrder


public class ByteOrder
extends Enum

END OF GENERATED CODE

Field Summary

static ByteOrder
LSB_FIRST
static ByteOrder
MSB_FIRST

Method Summary

ByteOrder
and(ByteOrder other)
static ByteOrder
intern(int value)
ByteOrder
or(ByteOrder other)
boolean
test(ByteOrder other)
ByteOrder
xor(ByteOrder other)

Field Details

LSB_FIRST

public static final ByteOrder LSB_FIRST

MSB_FIRST

public static final ByteOrder MSB_FIRST

Method Details

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)