Packages

p

base64

package base64

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

Type Members

  1. trait Alphabet extends AnyRef
  2. trait Input[T] extends AnyRef
    Annotations
    @implicitNotFound("base64 Input[T] type class instance for type ${T} not found")

Value Members

  1. val EncMask: Int
  2. val EqEnc: Int
  3. val MaxLine: Int
  4. val NewLine: Byte
  5. val Pad: Byte
  6. val WhiteSpaceEnc: Int
  7. object Decode
  8. object Encode

    Base64 encodings.

    Base64 encodings. This implementation does not support line breaks

  9. object Input
  10. object StdAlphabet extends Alphabet

    Standard Base64 encoding as described in second 4 of <http://tools.ietf.org/html/rfc4648#section-4>

  11. object URLSafeAlphabet extends Alphabet

    Base64-like encoding that is URL-safe as described in the Section 5 of <http://tools.ietf.org/html/rfc4648#section-5>

Inherited from AnyRef

Inherited from Any

Ungrouped