| Modifier and Type | Interface and Description |
|---|---|
interface |
Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
interface |
WireIn
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
|
class |
AbstractWire |
class |
BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
class |
CSVWire
YAML Based wire format
|
class |
DeferredTypeWire
Used typically for writing in conjunction with a readAny wire
|
class |
JSONWire
JSON wire format
At the moment, this is a cut down version of the YAML 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 |
ResultSetWireIn |
class |
TextWire
YAML Based wire format
|
| Constructor and Description |
|---|
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor,
Object... objects) |
VanillaMethodReaderBuilder(MarshallableIn in) |
Copyright © 2018. All rights reserved.