HexDumpFormat

final class HexDumpFormat

Creates hex dumps for bit and byte vectors.

Formatting options can be specified by starting with HexDumpFormat.Default and then calling various withXyz methods.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def render(bytes: ByteVector): String
def render(bits: BitVector): String
def render(bits: BitVector, onLine: String => Unit): Unit
def withAddressOffset(newAddressOffset: Int): HexDumpFormat
def withAnsi(newAnsiEnabled: Boolean): HexDumpFormat
def withDataColumnCount(newDataColumnCount: Int): HexDumpFormat
def withDataColumnWidthInBytes(newDataColumnWidthInBytes: Int): HexDumpFormat
def withIncludeAddressColumn(newIncludeAddressColumn: Boolean): HexDumpFormat
def withIncludeAsciiColumn(newIncludeAsciiColumn: Boolean): HexDumpFormat