LookupBaseEncoding

abstract class LookupBaseEncoding(_name: String, _bitsPerChar: Int, alphabet: String) extends BaseEncoding
class Object
trait Matchable
class Any
class Base32
class Base64
object ZBase32.type

Value members

Inherited methods

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

Concrete fields

protected val alphabetChars: Array[Char]
protected val lookup: Array[Byte]

Inherited fields

val bitsPerChar: Int
Inherited from:
BaseEncoding
val name: String
Inherited from:
BaseEncoding