| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static <D extends Marshallable> |
WiredBytes.build(File masterFile,
java.util.function.Function<File,net.openhft.chronicle.bytes.MappedBytes> mappedBytesFunction,
WireType wireType,
java.util.function.Function<net.openhft.chronicle.bytes.MappedBytes,D> delegateSupplier,
java.util.function.Consumer<WiredBytes<D>> installer) |
static <D extends Marshallable> |
WiredBytes.build(String masterFile,
java.util.function.Function<File,net.openhft.chronicle.bytes.MappedBytes> toMappedBytes,
WireType wireType,
java.util.function.Function<net.openhft.chronicle.bytes.MappedBytes,D> delegateSupplier,
java.util.function.Consumer<WiredBytes<D>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static <D extends Marshallable> |
WiredBytes.build(File masterFile,
java.util.function.Function<File,net.openhft.chronicle.bytes.MappedBytes> mappedBytesFunction,
WireType wireType,
java.util.function.Function<net.openhft.chronicle.bytes.MappedBytes,D> delegateSupplier,
java.util.function.Consumer<WiredBytes<D>> installer) |
static <D extends Marshallable> |
WiredBytes.build(String masterFile,
java.util.function.Function<File,net.openhft.chronicle.bytes.MappedBytes> toMappedBytes,
WireType wireType,
java.util.function.Function<net.openhft.chronicle.bytes.MappedBytes,D> delegateSupplier,
java.util.function.Consumer<WiredBytes<D>> consumer) |
Copyright © 2016. All rights reserved.