Base64

final class Base64(name: String, alphabet: String) extends LookupBaseEncoding
class Object
trait Matchable
class Any

Value members

Concrete methods

def decode(chars: Array[Char]): Array[Byte]
def encode(bytes: Array[Byte]): Array[Char]

Inherited fields

protected val alphabetChars: Array[Char]
Inherited from:
LookupBaseEncoding
val bitsPerChar: Int
Inherited from:
BaseEncoding
protected val lookup: Array[Byte]
Inherited from:
LookupBaseEncoding