| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull WireDumper |
WireDumper.of(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes)
Factory method to create a new WireDumper instance given a
Bytes object. |
static @NotNull WireDumper |
WireDumper.of(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes,
boolean align)
Factory method to create a new WireDumper instance given a
Bytes object and an alignment preference. |
static @NotNull WireDumper |
WireDumper.of(@NotNull WireIn wireIn)
Factory method to create a new WireDumper instance given a
WireIn object. |
Copyright © 2024. All rights reserved.