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 |
CheckingMappedBytes
Created by peter on 08/03/16.
|
class |
MappedBytes
Bytes to wrap memory mapped data.
|
class |
NativeBytes<Underlying>
Elastic native memory accessor which can wrap either a direct 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 |
---|---|
void |
ReadBytesMarshallable.readMarshallable(BytesIn bytes)
Bytes to read.
|
default void |
BytesMarshallable.readMarshallable(BytesIn bytes) |
static void |
BytesUtil.readMarshallable(ReadBytesMarshallable marshallable,
BytesIn bytes) |
void |
BytesMarshaller.readMarshallable(ReadBytesMarshallable t,
BytesIn in) |
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 © 2016. All rights reserved.