| Modifier and Type | Field and Description |
|---|---|
static ByteOrder |
ByteOrder.BIG_ENDIAN |
ByteOrder |
StaticNodeInfo.byte_order |
static ByteOrder |
ByteOrder.LITTLE_ENDIAN |
ByteOrder |
ByteOrderHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ByteOrder |
ByteOrderHelper.extract(Any any) |
static ByteOrder |
ByteOrder.from_int(int value) |
static ByteOrder |
ByteOrderHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ByteOrderHelper.insert(Any any,
ByteOrder s) |
static void |
ByteOrderHelper.write(OutputStream out,
ByteOrder s) |
| Constructor and Description |
|---|
ByteOrderHolder(ByteOrder initial) |
StaticNodeInfo(String name,
String platform_id,
int num_processors,
int memory_ram_info_mb,
int memory_swap_info_mb,
int clock_speed_mhz,
String file_separator,
String project_root_directory,
String algorithm_root_directory,
String sandbox_root_directory,
ByteOrder byte_order,
String[] requirements,
Capacity[] capacities) |
Copyright © 2016. All rights reserved.