Package

base64

Permalink

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

    Permalink
  2. trait Input[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Value Members

  1. object Decode

    Permalink
  2. val EncMask: Int

    Permalink
  3. object Encode

    Permalink

    Base64 encodings.

    Base64 encodings. This implementation does not support line breaks

  4. val EqEnc: Int

    Permalink
  5. object Input

    Permalink
  6. val MaxLine: Int

    Permalink
  7. val NewLine: Byte

    Permalink
  8. val Pad: Byte

    Permalink
  9. object StdAlphabet extends Alphabet

    Permalink

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

  10. object URLSafeAlphabet extends Alphabet

    Permalink

    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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped