public interface HexDumpBytesDescription<B extends HexDumpBytesDescription<B>>
| Modifier and Type | Method and Description |
|---|---|
default B |
adjustHexDumpIndentation(int n)
Adjusts the indentation level for subsequent dump lines.
|
default boolean |
retainedHexDumpDescription() |
default B |
writeHexDumpDescription(CharSequence comment)
Adds
comment to the output, either as a full line (if starting with '#') or
appended to the current line. |
default boolean retainedHexDumpDescription()
true if comments are retained for later inclusion in the hex dumpdefault B writeHexDumpDescription(CharSequence comment) throws net.openhft.chronicle.core.io.ClosedIllegalStateException, net.openhft.chronicle.core.io.ThreadingIllegalStateException
comment to the output, either as a full line (if starting with '#') or
appended to the current line.net.openhft.chronicle.core.io.ClosedIllegalStateExceptionnet.openhft.chronicle.core.io.ThreadingIllegalStateExceptiondefault B adjustHexDumpIndentation(int n) throws IllegalStateException
IllegalStateExceptionCopyright © 2026 Chronicle Software Ltd. All rights reserved.