| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryWire
Created by peter.lawrey on 15/01/15.
|
class |
QueryWire
Created by peter.lawrey on 15/01/15.
|
class |
RawWire
Created by peter.lawrey on 19/01/15.
|
class |
TextWire
Created by peter.lawrey on 15/01/15.
|
| Modifier and Type | Method and Description |
|---|---|
Wire |
RawWire.readComment(StringBuilder sb) |
Wire |
TextWire.readComment(StringBuilder s) |
Wire |
BinaryWire.readComment(StringBuilder s) |
Wire |
QueryWire.readComment(StringBuilder s) |
Wire |
WireIn.readComment(StringBuilder sb) |
Wire |
RawWire.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 |
TextWire.asText(Wire wire) |
static String |
QueryWire.asText(Wire wire) |
void |
WireHandler.process(Wire in,
Wire out) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Marshallable> |
MarshallableBytesMarshaller.of(java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> wireFactory,
java.util.function.Supplier<M> mSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static Wire |
WireUtil.createWire(Class<? extends Wire> wireType,
net.openhft.chronicle.bytes.Bytes bytes) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> |
WireUtil.byteToWireFor(Class<? extends Wire> wireType) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<net.openhft.chronicle.bytes.Bytes,Wire> |
WireUtil.byteToWireFor(Class<? extends Wire> wireType) |
static Wire |
WireUtil.createWire(Class<? extends Wire> wireType,
net.openhft.chronicle.bytes.Bytes bytes) |
static ThreadLocal<ByteableLongArrayValues> |
WireUtil.newLongArrayValuesPool(Class<? extends Wire> wireType) |
Copyright © 2015. All rights reserved.