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 |
ByteStringParser<B extends ByteStringParser<B>>
Supports parsing bytes as text.
|
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 |
BytesIn<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 String |
BytesInternal.parse8bit(ByteStringParser bsp,
StopCharTester stopCharTester) |
static Boolean |
BytesInternal.parseBoolean(@NotNull ByteStringParser parser,
@NotNull StopCharTester tester) |
static boolean |
BytesInternal.skipTo(@NotNull ByteStringParser parser,
@NotNull StopCharTester tester) |
Constructor and Description |
---|
ByteStringReader(ByteStringParser in) |
Copyright © 2022. All rights reserved.