| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytesComment<B extends BytesComment<B>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bytes<Underlying>
Bytes is a pointer to a region of memory within a BytesStore.
|
interface |
BytesOut<Underlying> |
| 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.
|
Copyright © 2019. All rights reserved.