| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryWire
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 |
TextWire.readComment(StringBuilder s) |
Wire |
BinaryWire.readComment(StringBuilder s) |
Wire |
RawWire.readComment(StringBuilder sb) |
Wire |
TextWire.writeComment(CharSequence s) |
Wire |
BinaryWire.writeComment(CharSequence s) |
Wire |
RawWire.writeComment(CharSequence s) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TextWire.asText(Wire wire) |
protected void |
WrappedWire.setWire(Wire wire) |
| 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) |
| Constructor and Description |
|---|
WrappedWire(Wire wire) |
Copyright © 2015. All rights reserved.