trait ByteSeqValue extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteSeqValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val bytes: Byte
Concrete Value Members
-
def
equals(other: Any): Boolean
- Definition Classes
- ByteSeqValue → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- ByteSeqValue → AnyRef → Any
- def hex: String
- lazy val hexbytes: String
- def length: Int
- lazy val toByteArray: Array[Byte]
-
def
toString(): String
- Definition Classes
- ByteSeqValue → AnyRef → Any