| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeBytes<Underlying>
Elastic native memory accessor which can wrap either a direct ByteBuffer or malloc'ed memory.
|
class |
VanillaBytes<Underlying>
Simple Bytes implementation which is not Elastic.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteableLongArrayValues |
interface |
LongReference
Created by peter on 20/01/16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryIntReference
This class acts as a Binary 32-bit in values.
|
class |
BinaryLongArrayReference
This class acts a Binary array of 64-bit values.
|
class |
BinaryLongReference |
class |
TextIntReference
Implementation of a reference to a 32-bit in in text wire format.
|
class |
TextLongArrayReference |
class |
TextLongReference
reference to an array fo 32-bit in values in Text wire format.
|
class |
UncheckedLongReference |
Copyright © 2016. All rights reserved.