| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalWire
These methods are for internal use only.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
TextWire
YAML Based wire format
|
| Modifier and Type | Method and Description |
|---|---|
Wire |
WiredFile.acquireWiredChunk(long position) |
static Wire |
Wire.fromFile(String name) |
Wire |
RawWire.readComment(StringBuilder sb) |
Wire |
BinaryWire.readComment(StringBuilder s) |
Wire |
TextWire.readComment(StringBuilder s) |
Wire |
CSVWire.readComment(StringBuilder s) |
Wire |
WireIn.readComment(StringBuilder sb) |
Wire |
RawWire.writeComment(CharSequence s) |
Wire |
QueryWire.writeComment(CharSequence s) |
Wire |
BinaryWire.writeComment(CharSequence s) |
Wire |
JSONWire.writeComment(CharSequence s) |
Wire |
TextWire.writeComment(CharSequence s) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> |
WiredFile.wireSupplier() |
| Modifier and Type | Method and Description |
|---|---|
static String |
JSONWire.asText(Wire wire) |
static String |
TextWire.asText(Wire wire) |
| Constructor and Description |
|---|
ReadDocumentContext(Wire wire) |
| Constructor and Description |
|---|
WiredFile(File masterFile,
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> wireType,
net.openhft.chronicle.bytes.MappedFile mappedFile,
D delegate,
net.openhft.chronicle.bytes.BytesStore headerStore,
long headerLength,
boolean headerCreated,
net.openhft.chronicle.bytes.MappedBytesStoreFactory<net.openhft.chronicle.wire.WiredFile.WiredMappedBytesStore> mappedBytesStoreFactory) |
Copyright © 2015. All rights reserved.