| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Method and Description |
|---|---|
static HexDumpBytes |
HexDumpBytes.fromText(@NotNull CharSequence text)
Convenience overload of
fromText(Reader). |
static HexDumpBytes |
HexDumpBytes.fromText(@NotNull Reader reader)
Parses a textual hex dump and returns a populated instance.
|
HexDumpBytes |
HexDumpBytes.numberWrap(int numberWrap)
Sets the number wrap for the hex dump.
|
HexDumpBytes |
HexDumpBytes.offsetFormat(OffsetFormat offsetFormat)
Sets the offset format for the hex dump.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.