| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.util |
| Modifier and Type | Method and Description |
|---|---|
default void |
StreamingDataInput.parseUtf8(@NotNull Appendable sb,
boolean utf,
int length)
Parses a UTF-8 string from the input stream into the provided Appendable.
|
default void |
StreamingDataInput.parseUtf8(@NotNull Appendable sb,
int encodedLength)
Parses a UTF-8 string from the input stream into the provided Appendable.
|
static void |
AppendableUtil.parseUtf8(@NotNull BytesStore<?,?> bs,
StringBuilder sb,
boolean utf,
int length)
Decodes
length bytes from bs as either UTF-8 or ISO-8859-1
and appends the text to sb. |
static void |
BytesUtil.parseUtf8(@NotNull StreamingDataInput in,
Appendable appendable,
int utflen)
Parses a UTF-8 string from a StreamingDataInput and appends it to an Appendable object.
|
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull String |
UTF8StringInterner.getValue(@NotNull BytesStore<?,?> cs,
int length)
Decodes a UTF-8 string from the supplied
BytesStore. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.