| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Class and Description |
|---|---|
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 |
VanillaBytes<Underlying>
Simple Bytes implementation which is not Elastic.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BytesUtil.register(AbstractBytes bytes) |
Copyright © 2017. All rights reserved.