public class WireDumper extends Object
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
asString() |
@NotNull String |
asString(boolean abbrev) |
@NotNull String |
asString(long position,
long length) |
@NotNull String |
asString(long position,
long length,
boolean abbrev) |
void |
dumpAsHexadecimal(@NotNull StringBuilder sb,
int len,
long readPosition,
int sblen) |
boolean |
dumpOne(@NotNull StringBuilder sb,
@Nullable net.openhft.chronicle.bytes.Bytes<?> buffer) |
boolean |
dumpOne(@NotNull StringBuilder sb,
@Nullable net.openhft.chronicle.bytes.Bytes<?> buffer,
boolean abbrev) |
static @NotNull WireDumper |
of(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes) |
static @NotNull WireDumper |
of(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes,
boolean align) |
static @NotNull WireDumper |
of(@NotNull WireIn wireIn) |
@NotNull public static @NotNull WireDumper of(@NotNull @NotNull WireIn wireIn)
@NotNull public static @NotNull WireDumper of(@NotNull @NotNull net.openhft.chronicle.bytes.Bytes<?> bytes)
@NotNull public static @NotNull WireDumper of(@NotNull @NotNull net.openhft.chronicle.bytes.Bytes<?> bytes, boolean align)
@NotNull public @NotNull String asString()
@NotNull public @NotNull String asString(boolean abbrev)
@NotNull public @NotNull String asString(long position, long length)
@NotNull public @NotNull String asString(long position, long length, boolean abbrev)
public boolean dumpOne(@NotNull
@NotNull StringBuilder sb,
@Nullable
@Nullable net.openhft.chronicle.bytes.Bytes<?> buffer)
public boolean dumpOne(@NotNull
@NotNull StringBuilder sb,
@Nullable
@Nullable net.openhft.chronicle.bytes.Bytes<?> buffer,
boolean abbrev)
public void dumpAsHexadecimal(@NotNull
@NotNull StringBuilder sb,
int len,
long readPosition,
int sblen)
Copyright © 2023. All rights reserved.