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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Alphabet extends AnyRef

  2. trait Input[T] extends AnyRef

    Annotations
    @implicitNotFound( ... )

Value Members

  1. object Decode

  2. val EncMask: Int

  3. object Encode

    Base64 encodings.

    Base64 encodings. This implementation does not support line breaks

  4. val EqEnc: Int

  5. object Input

  6. val MaxLine: Int

  7. val NewLine: Byte

  8. val Pad: Byte

  9. object StdAlphabet extends Alphabet

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

  10. 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>

  11. val WhiteSpaceEnc: Int

Inherited from AnyRef

Inherited from Any

Ungrouped