| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
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 |
TextWire
YAML Based wire format
|
| Modifier and Type | Method and Description |
|---|---|
Wire |
RawWire.readComment(StringBuilder sb) |
Wire |
JSONWire.readComment(StringBuilder s) |
Wire |
TextWire.readComment(StringBuilder s) |
Wire |
BinaryWire.readComment(StringBuilder s) |
Wire |
WireIn.readComment(StringBuilder sb) |
Wire |
QueryWire.readComment(StringBuilder s) |
Wire |
RawWire.writeComment(CharSequence s) |
Wire |
JSONWire.writeComment(CharSequence s) |
Wire |
TextWire.writeComment(CharSequence s) |
Wire |
BinaryWire.writeComment(CharSequence s) |
Wire |
QueryWire.writeComment(CharSequence s) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JSONWire.asText(Wire wire) |
static String |
TextWire.asText(Wire wire) |
Copyright © 2015. All rights reserved.