implicit final class RichByteSeq extends RichBytes
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichByteSeq
- RichBytes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichByteSeq(bytes: Seq[Byte])
Value Members
- def ^(other: Array[Byte]): Seq[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
- RichByteSeq → RichBytes
-
def
toUnsignedBigInt: BigInt
- Definition Classes
- RichBytes
-
def
toUnsignedBigInteger: BigInteger
- Definition Classes
- RichBytes