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) |
static WireDumper |
of(net.openhft.chronicle.bytes.Bytes bytes) |
static WireDumper |
of(WireIn wireIn) |
public static WireDumper of(WireIn wireIn)
public static WireDumper of(net.openhft.chronicle.bytes.Bytes bytes)
public String asString()
public String asString(long position, long length)
public boolean dumpOne(StringBuilder sb)
public void dumpAsHexadecimal(StringBuilder sb, int len, long readPosition, int sblen)
Copyright © 2016. All rights reserved.