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 IllegalStateException
comment
- to add (or ignore)IllegalStateException
default B adjustHexDumpIndentation(int n) throws IllegalStateException
n
- +1 indent in, -1 reduce indentingIllegalStateException
Copyright © 2022. All rights reserved.