| Package | Description |
|---|---|
| io.parsingdata.metal.encoding |
| Modifier and Type | Field and Description |
|---|---|
ByteOrder |
Encoding.byteOrder |
static ByteOrder |
Encoding.DEFAULT_BYTE_ORDER |
| Modifier and Type | Method and Description |
|---|---|
static ByteOrder |
ByteOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteOrder[] |
ByteOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Encoding(ByteOrder byteOrder) |
Encoding(Sign sign,
Charset charset,
ByteOrder byteOrder) |
Copyright © 2017. All rights reserved.