Packages

trait RichBytes extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichBytes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def toImmutableSeq: Seq[Byte]

Concrete Value Members

  1. def ^(other: Seq[Byte]): Seq[Byte]
  2. def base64: String
  3. def hex: String
  4. def hex0x: String
  5. def toBigInt: BigInt
  6. def toBigInteger: BigInteger
  7. def toUnsignedBigInt: BigInt
  8. def toUnsignedBigInteger: BigInteger