| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeBytes<Underlying>
Elastic memory accessor which can wrap either a 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 |
interface |
TwoLongReference |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBooleanReference
Created by Rob Austin
|
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 |
BinaryTwoLongReference |
class |
TextBooleanReference
Implementation of a reference to a 32-bit in in text wire format.
|
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 © 2018. All rights reserved.