public interface WireCommon
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.bytes.Bytes<?> |
bytes() |
net.openhft.chronicle.core.values.IntValue |
newIntReference() |
net.openhft.chronicle.core.values.LongArrayValues |
newLongArrayReference() |
net.openhft.chronicle.core.values.LongValue |
newLongReference() |
@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes()
@NotNull net.openhft.chronicle.core.values.IntValue newIntReference()
@NotNull net.openhft.chronicle.core.values.LongValue newLongReference()
@NotNull net.openhft.chronicle.core.values.LongArrayValues newLongArrayReference()
Copyright © 2016. All rights reserved.