public class CollectionWireHandler<U,C extends Collection<U>> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_OF_SIZE |
| Constructor and Description |
|---|
CollectionWireHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(net.openhft.chronicle.wire.WireIn in,
net.openhft.chronicle.wire.WireOut out,
C collection,
CharSequence csp,
java.util.function.BiConsumer toWire,
java.util.function.Function fromWire,
java.util.function.Supplier factory,
long tid) |
public static final int SIZE_OF_SIZE
public void process(@NotNull
net.openhft.chronicle.wire.WireIn in,
@NotNull
net.openhft.chronicle.wire.WireOut out,
@NotNull
C collection,
@NotNull
CharSequence csp,
@NotNull
java.util.function.BiConsumer toWire,
@NotNull
java.util.function.Function fromWire,
@NotNull
java.util.function.Supplier factory,
long tid)
throws StreamCorruptedException
StreamCorruptedExceptionCopyright © 2015. All rights reserved.