public interface HexDumpBytesDescription<B extends HexDumpBytesDescription<B>>
Modifier and Type | Method and Description |
---|---|
default B |
adjustHexDumpIndentation(int n)
Adjust the indent for nested data
|
default boolean |
retainedHexDumpDescription()
Do these Bytes support saving comments as descriptions for fields.
|
default B |
writeHexDumpDescription(CharSequence comment)
Add comment as appropriate for the toHexString format
|
default boolean retainedHexDumpDescription()
default B writeHexDumpDescription(CharSequence comment) throws net.openhft.chronicle.core.io.ClosedIllegalStateException, net.openhft.chronicle.core.io.ThreadingIllegalStateException
comment
- to add (or ignore)net.openhft.chronicle.core.io.ClosedIllegalStateException
- If the resource has been released or closed.net.openhft.chronicle.core.io.ThreadingIllegalStateException
- If this resource was accessed by multiple threads in an unsafe waydefault B adjustHexDumpIndentation(int n) throws IllegalStateException
n
- +1 indent in, -1 reduce indentingIllegalStateException
Copyright © 2024. All rights reserved.