| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
TextWire BinaryWire
|
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
Ideal when some bytes have to be read before the type is know, this type is subsequently set via
wireTypeSupplier
TextWire BinaryWire |
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 |
TextWire
YAML Based wire format
|
| Modifier and Type | Field and Description |
|---|---|
protected Wire |
WriteDocumentContext.wire |
| Modifier and Type | Method and Description |
|---|---|
static Wire |
Wires.acquireBinaryWire() |
static Wire |
Wire.fromFile(String name) |
Wire |
Wire.headerNumber(long headerNumber) |
Wire |
AbstractWire.headerNumber(long headerNumber) |
Wire |
CSVWire.readComment(StringBuilder s) |
Wire |
TextWire.readComment(StringBuilder s) |
Wire |
BinaryWire.readComment(StringBuilder s) |
Wire |
RawWire.readComment(StringBuilder sb) |
Wire |
AbstractAnyWire.underlyingWire() |
Wire |
WriteDocumentContext.wire() |
Wire |
DocumentContext.wire() |
Wire |
TextReadDocumentContext.wire() |
Wire |
BinaryReadDocumentContext.wire() |
Wire |
TextWire.writeComment(CharSequence s) |
Wire |
BinaryWire.writeComment(CharSequence s) |
Wire |
RawWire.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) |
protected void |
AbstractMethodWriterInvocationHandler.handleInvoke(Method method,
Object[] args,
Wire wire) |
static WireType |
WireType.valueOf(Wire wire) |
| Constructor and Description |
|---|
BinaryReadDocumentContext(Wire wire) |
BinaryReadDocumentContext(Wire wire,
boolean ensureFullRead) |
WriteDocumentContext(Wire wire) |
Copyright © 2018. All rights reserved.