public class WirePool extends Object
| Constructor and Description |
|---|
WirePool(net.openhft.chronicle.bytes.BytesStore bytesStore,
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> wireSupplier) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.wire.WireIn |
acquireForReadAt(long position) |
net.openhft.chronicle.wire.WireOut |
acquireForWriteAt(long position) |
public WirePool(@NotNull
net.openhft.chronicle.bytes.BytesStore bytesStore,
@NotNull
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> wireSupplier)
Copyright © 2015. All rights reserved.