Base64Alphabet

scodec.bits.Bases.Base64Alphabet

An alphabet that supports base 64 conversion.

Attributes

Source
Bases.scala
Graph
Supertypes
trait Alphabet
class Object
trait Matchable
class Any
Known subtypes
trait Base64Base
object Base64.type
object Base64NoPad.type
object Base64Url.type
object Base64UrlNoPad.type
Show all

Members list

Value members

Inherited methods

def ignore(c: Char): Boolean

Indicates whether the specified character should be ignored.

Indicates whether the specified character should be ignored.

Attributes

Inherited from:
Alphabet
Source
Bases.scala
def toChar(index: 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

Inherited from:
Alphabet
Source
Bases.scala
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

Inherited from:
Alphabet
Source
Bases.scala

Inherited fields

val pad: Char

Padding character.

Padding character.

Attributes

Inherited from:
PaddedAlphabet
Source
Bases.scala