java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.ByteOrder
public class ByteOrder
extends Enum
static ByteOrder
LSB_FIRST
MSB_FIRST
value_
ByteOrder
and(ByteOrder other)
intern(int value)
or(ByteOrder other)
boolean
test(ByteOrder other)
xor(ByteOrder other)
equals
getValue
hashCode
public static final ByteOrder LSB_FIRST
public static final ByteOrder MSB_FIRST
public ByteOrder and(ByteOrder other)
public static ByteOrder intern(int value)
public ByteOrder or(ByteOrder other)
public boolean test(ByteOrder other)
public ByteOrder xor(ByteOrder other)