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<U>
Bytes is a view of a region of memory within a
BytesStore
with 63-bit addressing capability (~8 EiB) and separate read and write cursors. |
interface |
BytesOut<U> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes<U>
Abstract representation of Bytes.
|
class |
GuardedNativeBytes<U> |
class |
HexDumpBytes |
class |
MappedBytes
Bytes to wrap memory mapped data.
|
class |
NativeBytes<U>
Elastic memory accessor which can wrap either a ByteBuffer or malloc'ed memory.
|
class |
OnHeapBytes |
class |
SubBytes<U> |
class |
UncheckedBytes<U>
Fast unchecked version of AbstractBytes
|
class |
UncheckedNativeBytes<U>
Fast unchecked version of AbstractBytes
|
class |
VanillaBytes<U>
Simple Bytes implementation which is not Elastic.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkedMappedBytes
Bytes to wrap memory mapped data.
|
class |
CommonMappedBytes
Bytes to wrap memory mapped data.
|
class |
EmbeddedBytes<U> |
class |
SingleMappedBytes
Bytes to wrap memory mapped data.
|
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) |
Constructor and Description |
---|
ByteStringWriter(ByteStringAppender out) |
Copyright © 2022. All rights reserved.