HexDumpFormat

scodec.bits.HexDumpFormat
See theHexDumpFormat companion object
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.

Attributes

Companion:
object
Source:
HexDumpFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def render(bytes: ByteVector): String

Attributes

Source:
HexDumpFormat.scala
def render(bits: => BitVector): String

Attributes

Source:
HexDumpFormat.scala
def render(bits: => BitVector, onLine: String => Unit): Unit

Attributes

Source:
HexDumpFormat.scala
def withAddressOffset(newAddressOffset: Int): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala

Attributes

Source:
HexDumpFormat.scala
def withAnsi(newAnsiEnabled: Boolean): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala
def withDataColumnCount(newDataColumnCount: Int): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala
def withDataColumnWidthInBytes(newDataColumnWidthInBytes: Int): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala
def withIncludeAddressColumn(newIncludeAddressColumn: Boolean): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala
def withIncludeAsciiColumn(newIncludeAsciiColumn: Boolean): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala
def withLengthLimit(newLengthLimit: Long): HexDumpFormat

Attributes

Source:
HexDumpFormat.scala