public abstract class WrappedWire extends Object
| Constructor and Description |
|---|
WrappedWire(Wire wire) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
addPadding(int paddingToAdd) |
net.openhft.chronicle.bytes.Bytes |
bytes() |
void |
clear() |
void |
copyTo(WireOut wire) |
void |
flip() |
boolean |
hasDocument() |
boolean |
hasMapping() |
boolean |
hasNextSequenceItem() |
ValueIn |
read() |
ValueIn |
read(StringBuilder name) |
ValueIn |
read(WireKey key) |
WireIn |
readComment(StringBuilder s) |
protected void |
setWire(Wire wire) |
protected abstract WireIn |
thisWireIn() |
protected abstract WireOut |
thisWireOut() |
ValueOut |
write() |
ValueOut |
write(WireKey key) |
WireOut |
writeComment(CharSequence s) |
ValueOut |
writeValue() |
public WrappedWire(@Nullable
Wire wire)
protected void setWire(Wire wire)
public net.openhft.chronicle.bytes.Bytes bytes()
public void copyTo(WireOut wire)
public ValueOut write()
public ValueOut writeValue()
public ValueIn read()
public ValueIn read(StringBuilder name)
public boolean hasNextSequenceItem()
public boolean hasMapping()
public boolean hasDocument()
public void flip()
public void clear()
public WireOut writeComment(CharSequence s)
public WireIn readComment(StringBuilder s)
protected abstract WireOut thisWireOut()
protected abstract WireIn thisWireIn()
public WireOut addPadding(int paddingToAdd)
Copyright © 2015. All rights reserved.