org.gnu.gdk
Class ByteOrder
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.ByteOrder
public class ByteOrder
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LSB_FIRST
public static final ByteOrder LSB_FIRST
MSB_FIRST
public static final ByteOrder MSB_FIRST
intern
public static ByteOrder intern(int value)
or
public ByteOrder or(ByteOrder other)
and
public ByteOrder and(ByteOrder other)
xor
public ByteOrder xor(ByteOrder other)
test
public boolean test(ByteOrder other)