public final class ByteOrder extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_BIG_ENDIAN |
static int |
_LITTLE_ENDIAN |
static ByteOrder |
BIG_ENDIAN |
static ByteOrder |
LITTLE_ENDIAN |
| Modifier | Constructor and Description |
|---|---|
protected |
ByteOrder(int i) |
| Modifier and Type | Method and Description |
|---|---|
static ByteOrder |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _LITTLE_ENDIAN
public static final ByteOrder LITTLE_ENDIAN
public static final int _BIG_ENDIAN
public static final ByteOrder BIG_ENDIAN
Copyright © 2017. All rights reserved.