public class WireUtil extends Object
| Constructor and Description |
|---|
WireUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> |
byteToWireFor(Class<? extends Wire> wireType) |
static Wire |
createWire(Class<? extends Wire> wireType,
net.openhft.chronicle.bytes.Bytes bytes) |
static ThreadLocal<ByteableLongArrayValues> |
newLongArrayValuesPool(Class<? extends Wire> wireType) |
public static ThreadLocal<ByteableLongArrayValues> newLongArrayValuesPool(@NotNull Class<? extends Wire> wireType)
public static java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> byteToWireFor(@NotNull Class<? extends Wire> wireType)
Copyright © 2015. All rights reserved.