| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref | |
| net.openhft.chronicle.bytes.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bytes<Underlying>
Bytes is a pointer to a region of memory within a BytesStore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytes<Underlying> |
class |
HexDumpBytes |
class |
MappedBytes
Bytes to wrap memory mapped data.
|
class |
NativeBytes<Underlying>
Elastic memory accessor which can wrap either a ByteBuffer or malloc'ed memory.
|
class |
SubBytes<Underlying> |
class |
UncheckedBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
UncheckedNativeBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
VanillaBytes<Underlying>
Simple Bytes implementation which is not Elastic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BytesParselet.accept(long messageType,
BytesIn in) |
Object[] |
MethodEncoder.decode(Object[] lastObjects,
BytesIn in) |
default void |
BytesMarshallable.readMarshallable(BytesIn bytes) |
void |
ReadBytesMarshallable.readMarshallable(BytesIn bytes)
Bytes to read.
|
void |
BytesMarshaller.readMarshallable(ReadBytesMarshallable t,
BytesIn in) |
static void |
BytesUtil.readMarshallable(ReadBytesMarshallable marshallable,
BytesIn bytes) |
| Constructor and Description |
|---|
BytesMethodReader(BytesIn in,
BytesParselet defaultParselet,
MethodEncoderLookup methodEncoderLookup,
Object[] objects) |
BytesMethodReaderBuilder(BytesIn in) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryLongArrayReference.readMarshallable(BytesIn bytes) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Compression.compress(BytesIn from,
BytesOut to) |
default void |
Compression.uncompress(BytesIn from,
BytesOut to) |
static void |
Compression.uncompress(CharSequence cs,
BytesIn from,
BytesOut to) |
Copyright © 2019. All rights reserved.