public interface WireIn
Created by peter.lawrey on 12/01/15.
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.bytes.Bytes<?> |
bytes() |
void |
clear() |
void |
copyTo(WireOut wire) |
void |
flip() |
boolean |
hasMapping() |
boolean |
hasNextSequenceItem() |
ValueIn |
read()
Read the field if present, or empty string if not present.
|
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.
|
WireIn |
readComment(StringBuilder sb) |
default boolean |
readDocument(java.util.function.Consumer<WireIn> metaDataConsumer,
java.util.function.Consumer<WireIn> dataConsumer) |
default ValueIn |
readEventName(StringBuilder name)
Read a field, or string which is always written, even for formats which might drop the field such as RAW.
|
void copyTo(WireOut wire)
ValueIn read()
ValueIn read(StringBuilder name)
default ValueIn readEventName(StringBuilder name)
boolean hasNextSequenceItem()
WireIn readComment(StringBuilder sb)
boolean hasMapping()
void flip()
void clear()
net.openhft.chronicle.bytes.Bytes<?> bytes()
default boolean readDocument(java.util.function.Consumer<WireIn> metaDataConsumer, java.util.function.Consumer<WireIn> dataConsumer)
Copyright © 2015. All rights reserved.