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<Underlying>
Bytes is a pointer to a region of memory within a BytesStore.
|
interface |
BytesIn<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.
|
Constructor and Description |
---|
ByteStringReader(ByteStringParser in)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
EnbeddedBytes<Underlying> |
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 © 2021. All rights reserved.