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.
|
net.openhft.chronicle.bytes.util |
Modifier and Type | Method and Description |
---|---|
default void |
StreamingDataInput.parseUtf8(@NotNull Appendable sb,
boolean utf,
int length)
parse a UTF8 string.
|
default void |
StreamingDataInput.parseUtf8(@NotNull Appendable sb,
int encodedLength)
parse a UTF8 string.
|
static void |
AppendableUtil.parseUtf8(@NotNull BytesStore bs,
StringBuilder sb,
boolean utf,
int length) |
static void |
BytesUtil.parseUtf8(@NotNull StreamingDataInput in,
Appendable appendable,
int utflen) |
Modifier and Type | Method and Description |
---|---|
static void |
BytesInternal.parseUtf8_SB1(@NotNull Bytes<?> bytes,
@NotNull StringBuilder sb,
boolean utf,
int utflen) |
static void |
BytesInternal.parseUtf8_SB1(@NotNull NativeBytesStore bytes,
long offset,
@NotNull StringBuilder sb,
int utflen) |
static void |
BytesInternal.parseUtf8(@NotNull RandomDataInput input,
long offset,
Appendable appendable,
boolean utf,
int length) |
static void |
BytesInternal.parseUtf8(@NotNull StreamingDataInput bytes,
Appendable appendable,
boolean utf,
int length) |
static void |
BytesInternal.parseUtf81(@NotNull RandomDataInput input,
long offset,
@NotNull Appendable appendable,
int utflen) |
static void |
BytesInternal.parseUtf81(@NotNull StreamingDataInput bytes,
@NotNull Appendable appendable,
boolean utf,
int length) |
Modifier and Type | Method and Description |
---|---|
protected @NotNull String |
UTF8StringInterner.getValue(@NotNull BytesStore cs,
int length) |
Copyright © 2022. All rights reserved.