| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static HexDumpBytes |
HexDumpBytes.fromText(@NotNull CharSequence text)
Creates a HexDumpBytes instance from provided char sequence.
|
static HexDumpBytes |
HexDumpBytes.fromText(@NotNull Reader reader)
Creates a HexDumpBytes instance from provided text reader.
|
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 © 2023. All rights reserved.