org.gnu.gdk

Class ByteOrder


public class ByteOrder
extends Enum

END OF GENERATED CODE

Field Summary

static ByteOrder
LSB_FIRST
static ByteOrder
MSB_FIRST

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

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)