| Modifier and Type | Method and Description |
|---|---|
static WireType |
WireType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireType |
WireType.valueOf(Wire wire) |
static WireType[] |
WireType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Supplier<WireType> |
AbstractAnyWire.underlyingType() |
| Constructor and Description |
|---|
InputStreamToWire(WireType wireType,
InputStream is) |
WireToOutputStream(WireType wireType,
OutputStream os) |
| Constructor and Description |
|---|
DeferredTypeWire(net.openhft.chronicle.bytes.Bytes bytes,
Supplier<WireType> wireTypeSupplier)
Deprecated.
|
Copyright © 2019. All rights reserved.