Base64

scodec.bits.Bases$.Alphabets$.Base64$
object Base64 extends Base64Base with PaddedAlphabet

Base 64 alphabet, with padding, as defined by RF4648 section 4. Whitespace is ignored.

Attributes

Source:
Bases.scala
Graph
Supertypes
trait Alphabet
class Object
trait Matchable
class Any
Self type
Base64.type

Members list

Concise view

Value members

Inherited methods

override def ignore(c: Char): Boolean

Indicates whether the specified character should be ignored.

Indicates whether the specified character should be ignored.

Attributes

Definition Classes
Inherited from:
Base64Base
Source:
Bases.scala
override def toChar(i: Int): Char

Converts the specified index to a character.

Converts the specified index to a character.

Attributes

Throws:
IndexOutOfBoundsException

if the specified byte is not supported by this alphabet

Definition Classes
Inherited from:
Base64Base
Source:
Bases.scala
override def toIndex(c: Char): Int

Converts the specified char to an index.

Converts the specified char to an index.

Attributes

Throws:
IllegalArgumentException

if the specified char is not supported by this alphabet

Definition Classes
Inherited from:
Base64Base
Source:
Bases.scala

Inherited fields

override val pad: Char

Padding character.

Padding character.

Attributes

Inherited from:
Base64Base
Source:
Bases.scala