| 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 |
GuardedNativeBytes<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.
|
static class |
NativeBytes.NativeSubBytes |
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 |
|---|---|
BytesOut |
HexDumpBytes.indent(int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodEncoder.encode(Object[] objects,
BytesOut out) |
boolean |
RingBufferReader.read(BytesOut bytes)
Convenience method calls both
RingBufferReader.beforeRead(Bytes) and RingBufferReader.afterRead(long) |
boolean |
BytesRingBuffer.read(@NotNull BytesOut using)
Retrieves and removes the head of this queue, or returns
null if this queue is
empty. |
boolean |
BytesConsumer.read(BytesOut bytes)
Retrieves and removes the head of this queue, or returns
true if this queue is
empty. |
default void |
Bytes.readWithLength(long length,
@NotNull BytesOut<Underlying> bytesOut) |
void |
HexDumpBytes.readWithLength(long length,
@NotNull BytesOut<Void> bytesOut) |
void |
HexDumpBytes.readWithLength0(long length,
@NotNull net.openhft.chronicle.core.util.ThrowingConsumerNonCapturing<Bytes<Void>,net.openhft.chronicle.core.io.IORuntimeException,BytesOut> bytesConsumer,
StringBuilder sb,
BytesOut toBytes) |
default void |
StreamingDataInput.readWithLength0(long length,
@NotNull net.openhft.chronicle.core.util.ThrowingConsumerNonCapturing<S,net.openhft.chronicle.core.io.IORuntimeException,BytesOut> bytesConsumer,
StringBuilder sb,
BytesOut toBytes)
Perform a set of actions with a temporary bounds mode.
|
void |
WriteBytesMarshallable.writeMarshallable(BytesOut bytes)
Write to Bytes.
|
default void |
BytesMarshallable.writeMarshallable(BytesOut bytes) |
static void |
BytesUtil.writeMarshallable(@NotNull WriteBytesMarshallable marshallable,
BytesOut bytes) |
void |
BytesMarshaller.writeMarshallable(WriteBytesMarshallable t,
BytesOut out) |
| Constructor and Description |
|---|
BinaryBytesMethodWriterInvocationHandler(Function<Method,MethodEncoder> methodToId,
BytesOut out) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryLongArrayReference.writeMarshallable(BytesOut bytes) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Compression.compress(@NotNull BytesIn from,
@NotNull BytesOut to) |
default void |
Compression.uncompress(@NotNull BytesIn from,
@NotNull BytesOut to) |
static void |
Compression.uncompress(@NotNull CharSequence cs,
@NotNull BytesIn from,
@NotNull BytesOut to) |
Copyright © 2020. All rights reserved.