| 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)
Creates a BinaryWire for reading with the given input, position, and length.
|
static @NotNull BinaryWire |
Wires.binaryWireForWrite(net.openhft.chronicle.bytes.Bytes<?> in,
long position,
long length)
Creates a BinaryWire for writing with the given input, position, and length.
|
BinaryWire |
BinaryWire.setOverrideSelfDescribing(Boolean overrideSelfDescribing)
Sets an override for the self-describing nature of this BinaryWire.
|
Copyright © 2024. All rights reserved.