| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull BinaryWire |
BinaryWire.binaryOnly(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes)
Creates and returns a new instance of BinaryWire with the delta support disabled.
|
static @NotNull BinaryWire |
Wires.binaryWireForRead(net.openhft.chronicle.bytes.Bytes<?> in,
long position,
long length)
Provides a thread-local
BinaryWire configured to read from the supplied
byte store. |
static @NotNull BinaryWire |
Wires.binaryWireForWrite(net.openhft.chronicle.bytes.Bytes<?> in,
long position,
long length)
Provides a thread-local
BinaryWire configured for writing to the supplied
byte store. |
BinaryWire |
BinaryWire.setOverrideSelfDescribing(Boolean overrideSelfDescribing)
Overrides how type information is written for objects serialised by this
wire.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.