c

tsec.common

ByteSyntaxHelpers

final class ByteSyntaxHelpers extends AnyVal

Source
package.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteSyntaxHelpers
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteSyntaxHelpers(array: Array[Byte])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. val array: Array[Byte]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def toAsciiString: String
  9. def toB64String: String
  10. def toB64UrlString: String
  11. def toDouble[F[_]](implicit F: Sync[F]): F[Double]
  12. def toDoubleUnsafe: Double
  13. def toFloat[F[_]](implicit F: Sync[F]): F[Float]
  14. def toFloatUnsafe: Float
  15. def toHexString: String
  16. def toInt[F[_]](implicit F: Sync[F]): F[Int]
  17. def toIntUnsafe: Int
  18. def toLong[F[_]](implicit F: Sync[F]): F[Long]
  19. def toLongUnsafe: Long
  20. def toShort[F[_]](implicit F: Sync[F]): F[Short]
  21. def toShortUnsafe: Short
  22. def toString(): String
    Definition Classes
    Any
  23. def toUtf8String: String

Inherited from AnyVal

Inherited from Any

Ungrouped