| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| 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 |
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
|
| Modifier and Type | Field and Description |
|---|---|
protected Wire |
BinaryWriteDocumentContext.wire |
protected Wire |
TextWriteDocumentContext.wire |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Wire |
Wires.acquireBinaryWire() |
protected Wire |
TextMethodTester.createWire(net.openhft.chronicle.bytes.Bytes bytes) |
protected Wire |
YamlMethodTester.createWire(net.openhft.chronicle.bytes.Bytes bytes) |
static Wire |
Wire.fromFile(@NotNull String name)
Deprecated.
|
Wire |
WireToOutputStream.getWire() |
@NotNull Wire |
AbstractWire.headerNumber(long headerNumber) |
@NotNull Wire |
Wire.headerNumber(long headerNumber) |
@NotNull Wire |
TextWire.readComment(@NotNull StringBuilder s) |
@NotNull Wire |
BinaryWire.readComment(@NotNull StringBuilder s) |
@NotNull Wire |
RawWire.readComment(@NotNull StringBuilder sb) |
@NotNull Wire |
YamlWire.readComment(@NotNull StringBuilder s) |
@NotNull Wire |
CSVWire.readComment(@NotNull StringBuilder s) |
Wire |
InputStreamToWire.readOne() |
@Nullable Wire |
AbstractAnyWire.underlyingWire() |
@Nullable Wire |
DocumentContextHolder.wire() |
Wire |
BinaryWriteDocumentContext.wire() |
@Nullable Wire |
WrappedDocumentContext.wire() |
@Nullable Wire |
BinaryReadDocumentContext.wire() |
@Nullable Wire |
DocumentContext.wire()
Returns the
Wire associated with the Document. |
@Nullable Wire |
TextReadDocumentContext.wire() |
Wire |
TextWriteDocumentContext.wire() |
Wire |
NoDocumentContext.wire() |
@NotNull Wire |
TextWire.writeComment(@NotNull CharSequence s) |
@NotNull Wire |
QueryWire.writeComment(@NotNull CharSequence s) |
@NotNull Wire |
BinaryWire.writeComment(CharSequence s) |
@NotNull Wire |
RawWire.writeComment(CharSequence s) |
@NotNull Wire |
YamlWire.writeComment(@NotNull CharSequence s) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TextWire.asText(@NotNull Wire wire) |
static String |
JSONWire.asText(@NotNull Wire wire) |
static String |
YamlWire.asText(@NotNull Wire wire) |
protected void |
AbstractMethodWriterInvocationHandler.handleInvoke(@NotNull Method method,
Object[] args,
Wire wire) |
static @Nullable WireType |
WireType.valueOf(@Nullable Wire wire) |
| Constructor and Description |
|---|
BinaryReadDocumentContext(@Nullable Wire wire) |
BinaryReadDocumentContext(@Nullable Wire wire,
boolean ensureFullRead) |
BinaryWriteDocumentContext(Wire wire) |
LongValueBitSet(int maxNumberOfBits,
Wire w) |
TextWriteDocumentContext(Wire wire) |
Copyright © 2020. All rights reserved.