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 |
StreamingDataInput<S extends StreamingDataInput<S>>
This data input has a position() and a limit()
|
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> |
interface |
ByteStringParser<B extends ByteStringParser<B>>
Supports parsing bytes as text.
|
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 | Method and Description |
---|---|
@NotNull StreamingInputStream |
StreamingInputStream.init(StreamingDataInput in) |
static void |
AppendableUtil.parse8bit(@NotNull StreamingDataInput bytes,
Appendable appendable,
int utflen) |
static void |
BytesUtil.parseUtf8(@NotNull StreamingDataInput in,
Appendable appendable,
int utflen) |
static void |
AppendableUtil.read8bitAndAppend(@NotNull StreamingDataInput bytes,
@NotNull StringBuilder appendable,
@NotNull StopCharsTester tester) |
static long |
BytesUtil.readStopBit(@NotNull StreamingDataInput in) |
static void |
AppendableUtil.readUtf8AndAppend(@NotNull StreamingDataInput bytes,
@NotNull Appendable appendable,
@NotNull StopCharsTester tester) |
static void |
AppendableUtil.readUTFAndAppend(@NotNull StreamingDataInput bytes,
@NotNull Appendable appendable,
@NotNull StopCharsTester tester) |
Constructor and Description |
---|
StreamingInputStream(StreamingDataInput in) |
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 <E extends Enum<E>,S extends StreamingDataInput<S>> |
BytesInternal.readEnum(@NotNull StreamingDataInput input,
@NotNull Class<E> eClass) |
Modifier and Type | Method and Description |
---|---|
static void |
BytesInternal.parse8bit(@NotNull StreamingDataInput bytes,
@NotNull Bytes<?> builder,
@NotNull StopCharsTester tester) |
static void |
BytesInternal.parse8bit(@NotNull StreamingDataInput bytes,
@NotNull Bytes<?> builder,
@NotNull StopCharTester tester) |
static void |
BytesInternal.parse8bit(@NotNull StreamingDataInput bytes,
@NotNull StringBuilder builder,
@NotNull StopCharsTester tester) |
static void |
BytesInternal.parse8bit(@NotNull StreamingDataInput bytes,
@NotNull StringBuilder builder,
@NotNull StopCharTester tester) |
static void |
BytesInternal.parse8bit1(@NotNull StreamingDataInput bytes,
@NotNull Appendable appendable,
int utflen) |
static void |
BytesInternal.parse8bit1(@NotNull StreamingDataInput bytes,
@NotNull StringBuilder sb,
int utflen) |
static double |
BytesInternal.parseDouble(@NotNull StreamingDataInput in) |
static long |
BytesInternal.parseFlexibleLong(@NotNull StreamingDataInput in) |
static long |
BytesInternal.parseHexLong(@NotNull StreamingDataInput in) |
static long |
BytesInternal.parseLong(@NotNull StreamingDataInput in) |
static long |
BytesInternal.parseLongDecimal(@NotNull StreamingDataInput in) |
static void |
BytesInternal.parseUtf8(@NotNull StreamingDataInput bytes,
Appendable appendable,
boolean utf,
int length) |
static void |
BytesInternal.parseUtf8(@NotNull StreamingDataInput bytes,
@NotNull Appendable builder,
@NotNull StopCharsTester tester) |
static void |
BytesInternal.parseUtf8(@NotNull StreamingDataInput bytes,
@NotNull Appendable builder,
@NotNull StopCharTester tester) |
static @Nullable String |
BytesInternal.parseUtf8(@NotNull StreamingDataInput bytes,
@NotNull StopCharTester tester) |
static void |
BytesInternal.parseUtf81(@NotNull StreamingDataInput bytes,
@NotNull Appendable appendable,
boolean utf,
int length) |
static @Nullable String |
BytesInternal.read8bit(@NotNull StreamingDataInput in) |
static <E extends Enum<E>,S extends StreamingDataInput<S>> |
BytesInternal.readEnum(@NotNull StreamingDataInput input,
@NotNull Class<E> eClass) |
static void |
BytesInternal.readHistogram(@NotNull StreamingDataInput in,
@NotNull net.openhft.chronicle.core.util.Histogram histogram) |
static long |
BytesInternal.readStopBit(@NotNull StreamingDataInput in) |
static long |
BytesInternal.readStopBit0(@NotNull StreamingDataInput in,
long l) |
static char |
BytesInternal.readStopBitChar(@NotNull StreamingDataInput in) |
static double |
BytesInternal.readStopBitDouble(@NotNull StreamingDataInput in) |
static @Nullable String |
BytesInternal.readUtf8(@NotNull StreamingDataInput in) |
Copyright © 2022. All rights reserved.