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 | Interface and Description |
---|---|
interface |
ByteStringAppender<B extends ByteStringAppender<B>>
Methods to append text to a Bytes.
|
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 |
GuardedNativeBytes<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.
|
static class |
NativeBytes.NativeSubBytes
Deprecated.
|
class |
OnHeapBytes |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnbeddedBytes<Underlying> |
Modifier and Type | Method and Description |
---|---|
static void |
BytesInternal.append(@NotNull ByteStringAppender out,
long num,
int base) |
static void |
BytesInternal.appendBase10(@NotNull ByteStringAppender out,
int num) |
static void |
BytesInternal.appendBase10(@NotNull ByteStringAppender out,
long num) |
static void |
BytesInternal.appendBase16(@NotNull ByteStringAppender out,
long num,
int minDigits) |
static void |
BytesInternal.appendDateMillis(@NotNull ByteStringAppender b,
long timeInMS) |
static void |
BytesInternal.appendDecimal(@NotNull ByteStringAppender out,
long num,
int decimalPlaces) |
static void |
BytesInternal.appendTimeMillis(@NotNull ByteStringAppender b,
long timeInMS) |
Copyright © 2021. All rights reserved.