final class HexDumpFormat extends AnyRef
Creates hex dumps for bit and byte vectors.
Formatting options can be specified by starting with HexDumpFormat.Default
and then calling various withXyz methods.
- Source
- HexDumpFormat.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HexDumpFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val addressOffset: Int
- val alphabet: HexAlphabet
- val ansiEnabled: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dataColumnCount: Int
- val dataColumnWidthInBytes: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val includeAddressColumn: Boolean
- val includeAsciiColumn: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lengthLimit: Long
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def print(bits: ⇒ BitVector): Unit
- def print(bytes: ByteVector): Unit
- def render(bits: ⇒ BitVector, onLine: (String) ⇒ Unit): Unit
- def render(bits: ⇒ BitVector): String
- def render(bytes: ByteVector): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAddressOffset(newAddressOffset: Int): HexDumpFormat
- def withAlphabet(newAlphabet: HexAlphabet): 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
- def withLengthLimit(newLengthLimit: Long): HexDumpFormat