| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
|
class |
BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
class |
CSVWire
YAML Based wire format
|
class |
JSONWire
JSON wire format
|
class |
QueryWire
This wire decodes URL query strings.
|
class |
RawWire
This format writes just the data, without meta data.
|
class |
ReadAnyWire
A wire type than can be either
|
class |
TextWire
YAML Based wire format
|
class |
YamlWire
YAML Based wire format
|
class |
YamlWireOut<T extends YamlWireOut<T>>
YAML Based wire format
|
| Modifier and Type | Field and Description |
|---|---|
protected @Nullable AbstractWire |
TextReadDocumentContext.wire |
protected @Nullable AbstractWire |
BinaryReadDocumentContext.wire |
| Constructor and Description |
|---|
TextReadDocumentContext(@Nullable AbstractWire wire) |
Copyright © 2023. All rights reserved.