Package | Description |
---|---|
net.openhft.chronicle.bytes | |
net.openhft.chronicle.bytes.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
Modifier and Type | Class and Description |
---|---|
class |
GuardedNativeBytes<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.
|
static class |
NativeBytes.NativeSubBytes
Deprecated.
|
class |
OnHeapBytes |
class |
SubBytes<Underlying> |
class |
UncheckedBytes<Underlying>
Fast unchecked version of AbstractBytes
|
class |
VanillaBytes<Underlying>
Simple Bytes implementation which is not Elastic.
|
Modifier and Type | Method and Description |
---|---|
@NotNull AbstractBytes |
AbstractBytes.append(double d) |
Modifier and Type | Class and Description |
---|---|
class |
EnbeddedBytes<Underlying> |
Copyright © 2021. All rights reserved.