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