org.gnu.gdk
public class ByteOrder extends Enum
| 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) |