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