| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
WireOut.EndOfWire |
AbstractWire.endOfWire(boolean writeEOF,
long timeout,
TimeUnit timeUnit,
long lastPosition) |
default WireOut.EndOfWire |
WireOut.endOfWire(boolean writeEOF,
long timeout,
TimeUnit timeUnit,
long lastPosition)
Check if end of wire marker is present, optionally writing it unless one is already written.
|
static WireOut.EndOfWire |
WireOut.EndOfWire.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireOut.EndOfWire[] |
WireOut.EndOfWire.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.