| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalWireIn
These methods are for internal use only.
|
interface |
Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryWire
Created by peter.lawrey on 15/01/15.
|
class |
QueryWire
Created by peter.lawrey on 15/01/15.
|
class |
RawWire
Created by peter.lawrey on 19/01/15.
|
class |
TextWire
Created by peter.lawrey on 15/01/15.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CoreFields.cid(WireIn wire) |
static StringBuilder |
CoreFields.csp(WireIn wire) |
static boolean |
Wires.isData(WireIn wireIn) |
default void |
WireParser.parse(WireIn wireIn) |
static boolean |
Wires.readData(long offset,
WireIn wireIn,
java.util.function.Consumer<WireIn> metaDataConsumer,
java.util.function.Consumer<WireIn> dataConsumer) |
static boolean |
Wires.readData(WireIn wireIn,
java.util.function.Consumer<WireIn> metaDataConsumer,
java.util.function.Consumer<WireIn> dataConsumer) |
void |
ReadMarshallable.readMarshallable(WireIn wire)
Straight line ordered decoding.
|
static long |
CoreFields.tid(WireIn wire) |
Copyright © 2015. All rights reserved.