| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| 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 |
MappedBytes
Bytes to wrap memory mapped data.
|
class |
NativeBytes<Underlying>
Elastic memory accessor which can wrap either a ByteBuffer or malloc'ed memory.
|
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 |
|---|---|
boolean |
BytesConsumer.read(BytesOut bytes)
Retrieves and removes the head of this queue, or returns
true if this queue is
empty. |
boolean |
BytesRingBuffer.read(BytesOut using)
Retrieves and removes the head of this queue, or returns
null if this queue is
empty. |
default void |
Bytes.readWithLength(long length,
BytesOut<Underlying> bytesOut) |
default void |
BytesMarshallable.writeMarshallable(BytesOut bytes) |
void |
WriteBytesMarshallable.writeMarshallable(BytesOut bytes)
Write to Bytes.
|
void |
BytesMarshaller.writeMarshallable(WriteBytesMarshallable t,
BytesOut out) |
static void |
BytesUtil.writeMarshallable(WriteBytesMarshallable marshallable,
BytesOut 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 © 2017. All rights reserved.