public class QueryWire extends TextWire
WireIn.HeaderType
MarshallableOut.Padding
ASSERTIONS, bytes, classLookup, parent, use8bit
Constructor and Description |
---|
QueryWire(net.openhft.chronicle.bytes.Bytes bytes) |
Modifier and Type | Method and Description |
---|---|
WireOut |
addPadding(int paddingToAdd) |
void |
consumePadding() |
protected net.openhft.chronicle.wire.TextWire.TextValueIn |
createValueIn() |
protected net.openhft.chronicle.wire.QueryWire.QueryValueOut |
createValueOut() |
ValueOut |
getValueOut()
Obtain the value out
|
net.openhft.chronicle.core.values.IntValue |
newIntReference() |
net.openhft.chronicle.bytes.ref.BinaryLongArrayReference |
newLongArrayReference() |
net.openhft.chronicle.core.values.LongValue |
newLongReference() |
protected StringBuilder |
readField(StringBuilder sb) |
ValueOut |
write()
Write an empty filed marker
|
ValueOut |
write(CharSequence name) |
ValueOut |
write(WireKey key)
Write a key for wires that support fields.
|
Wire |
writeComment(CharSequence s) |
addTimeStamps, addTimeStamps, append, append, asText, bytes, classLookup, classLookup, clear, consumeDocumentStart, consumePadding, consumeWhiteSpace, copyTo, dropDefault, endEvent, escape0, from, fromFile, getEscapingEndEventName, getEscapingEndOfText, getEscapingQuotes, getStrictEscapingEndOfText, getValueIn, initReadContext, methodWriter, methodWriterBuilder, needsQuotes, parseUntil, parseUntil, parseWord, peekStringIgnoreCase, read, read, read, read2, readCode, readComment, readEvent, readingDocument, readingDocument, readingPeekYaml, readObject, startEvent, strict, strict, toString, unescape, useBinaryDocuments, useTextDocuments, writeEvent, writeObject, writingDocument
checkNoDataAfterEnd, endUse, headerNumber, headerNumber, headNumberCheck, isInsideHeader, notCompleteIsNotPresent, notCompleteIsNotPresent, objectInput, objectOutput, parent, parent, pauser, pauser, readAndSetLength, readDataHeader, readFirstHeader, readMetaDataHeader, startUse, updateFirstHeader, updateHeader, writeEndOfWire, writeFirstHeader, writeHeader
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
headerNumber
asText, hasMore, isEmpty, isNotEmptyAfterPadding, objectInput, rawReadData, read, readAlignTo, readAllAsMap, readAndSetLength, readDataHeader, readDataHeader, readDocument, readDocument, readEventName, readFirstHeader, readMetaDataHeader
methodReader, methodReaderBuilder, readBytes, readBytes, readDocument, readMap, readText, readText
objectOutput, padToCacheAlign, updateFirstHeader, updateHeader, updateHeader, writeAlignTo, writeAllAsMap, writeDocument, writeEndOfWire, writeEventName, writeEventName, writeFirstHeader, writeHeader, writeHeader, writeHeader, writeNotCompleteDocument, writingDocument
endUse, headerNumber, notCompleteIsNotPresent, notCompleteIsNotPresent, parent, parent, pauser, pauser, startUse
padToCacheAlignMode, recordHistory, writeBytes, writeDocument, writeDocument, writeMap, writeMessage, writeText
@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)
public void consumePadding()
consumePadding
in interface WireIn
consumePadding
in class TextWire
@NotNull public ValueOut write()
WireOut
@NotNull public ValueOut write(@NotNull WireKey key)
WireOut
@NotNull public ValueOut write(@NotNull CharSequence name)
@NotNull public ValueOut getValueOut()
WireOut
getValueOut
in interface WireOut
getValueOut
in class TextWire
@NotNull public Wire writeComment(CharSequence s)
writeComment
in interface WireOut
writeComment
in class TextWire
@NotNull public WireOut addPadding(int paddingToAdd)
addPadding
in interface WireOut
addPadding
in class TextWire
@NotNull public net.openhft.chronicle.core.values.LongValue newLongReference()
newLongReference
in interface WireCommon
newLongReference
in class TextWire
@NotNull public net.openhft.chronicle.core.values.IntValue newIntReference()
newIntReference
in interface WireCommon
newIntReference
in class TextWire
@NotNull public net.openhft.chronicle.bytes.ref.BinaryLongArrayReference newLongArrayReference()
newLongArrayReference
in interface WireCommon
newLongArrayReference
in class TextWire
Copyright © 2017. All rights reserved.