public class QueryWire extends TextWire
| Constructor and Description |
|---|
QueryWire(net.openhft.chronicle.bytes.Bytes bytes) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
addPadding(int paddingToAdd) |
protected net.openhft.chronicle.wire.TextWire.TextValueIn |
createValueIn() |
protected net.openhft.chronicle.wire.QueryWire.QueryValueOut |
createValueOut() |
ValueIn |
getValueIn()
Obtain the value in (for internal use)
|
ValueOut |
getValueOut()
Obtain the value out
|
boolean |
hasMore() |
net.openhft.chronicle.core.values.IntValue |
newIntReference() |
BinaryLongArrayReference |
newLongArrayReference() |
net.openhft.chronicle.core.values.LongValue |
newLongReference() |
ValueIn |
read(StringBuilder name)
Read the field if present, or empty string if not present.
|
ValueIn |
read(WireKey key)
Read the field if present which must match the WireKey.
|
protected StringBuilder |
readField(StringBuilder sb) |
ValueOut |
write()
Write an empty filed marker
|
ValueOut |
write(WireKey key)
Write a key for wires that support fields.
|
Wire |
writeComment(CharSequence s) |
append, append, asText, bytes, clear, copyTo, from, fromFile, isReady, needsQuotes, parseUntil, parseUntil, parseWord, read, readComment, readingDocument, readObject, setReady, toString, unescape, writeObject, writingDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrawReadData, readAlignTo, readDocument, readDocument, readEventNamewriteAlignTo, writeDocument, writeEventName, writeNotReadyDocument@NotNull protected net.openhft.chronicle.wire.QueryWire.QueryValueOut createValueOut()
createValueOut in class TextWire@NotNull protected net.openhft.chronicle.wire.TextWire.TextValueIn createValueIn()
createValueIn in class TextWire@NotNull protected StringBuilder readField(@NotNull StringBuilder sb)
@NotNull public ValueIn read(@NotNull WireKey key)
WireIn@NotNull public ValueIn read(@NotNull StringBuilder name)
WireIn@NotNull public ValueIn getValueIn()
WireIngetValueIn in interface WireIngetValueIn in class TextWirepublic boolean hasMore()
@NotNull public ValueOut write()
WireOut@NotNull public ValueOut write(@NotNull WireKey key)
WireOut@NotNull public ValueOut getValueOut()
WireOutgetValueOut in interface WireOutgetValueOut in class TextWire@NotNull public Wire writeComment(CharSequence s)
writeComment in interface WireOutwriteComment in class TextWire@NotNull public WireOut addPadding(int paddingToAdd)
addPadding in interface WireOutaddPadding in class TextWire@NotNull public net.openhft.chronicle.core.values.LongValue newLongReference()
newLongReference in interface WireCommonnewLongReference in class TextWire@NotNull public net.openhft.chronicle.core.values.IntValue newIntReference()
newIntReference in interface WireCommonnewIntReference in class TextWire@NotNull public BinaryLongArrayReference newLongArrayReference()
newLongArrayReference in interface WireCommonnewLongArrayReference in class TextWireCopyright © 2015. All rights reserved.