implicit final class RichByteArray extends RichBytes
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichByteArray
- RichBytes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichByteArray(bytes: Array[Byte])
Value Members
- def ^(other: Array[Byte]): Array[Byte]
-
def
^(other: Seq[Byte]): Seq[Byte]
- Definition Classes
- RichBytes
-
def
base64: String
- Definition Classes
- RichBytes
-
def
hex: String
- Definition Classes
- RichBytes
-
def
hex0x: String
- Definition Classes
- RichBytes
-
def
toBigInt: BigInt
- Definition Classes
- RichBytes
-
def
toBigInteger: BigInteger
- Definition Classes
- RichBytes
-
def
toImmutableSeq: Seq[Byte]
- Definition Classes
- RichByteArray → RichBytes
-
def
toUnsignedBigInt: BigInt
- Definition Classes
- RichBytes
-
def
toUnsignedBigInteger: BigInteger
- Definition Classes
- RichBytes