Class

tsec.common

ByteSyntaxHelpers

Related Doc: package common

Permalink

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. val array: Array[Byte]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def toAsciiString: String

    Permalink
  9. def toB64String: String

    Permalink
  10. def toB64UrlString: String

    Permalink
  11. def toDouble[F[_]](implicit F: Sync[F]): F[Double]

    Permalink
  12. def toDoubleUnsafe: Double

    Permalink
  13. def toFloat[F[_]](implicit F: Sync[F]): F[Float]

    Permalink
  14. def toFloatUnsafe: Float

    Permalink
  15. def toHexString: String

    Permalink
  16. def toInt[F[_]](implicit F: Sync[F]): F[Int]

    Permalink
  17. def toIntUnsafe: Int

    Permalink
  18. def toLong[F[_]](implicit F: Sync[F]): F[Long]

    Permalink
  19. def toLongUnsafe: Long

    Permalink
  20. def toShort[F[_]](implicit F: Sync[F]): F[Short]

    Permalink
  21. def toShortUnsafe: Short

    Permalink
  22. def toString(): String

    Permalink
    Definition Classes
    Any
  23. def toUtf8String: String

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped