LookupBaseEncoding

io.bullet.borer.encodings.LookupBaseEncoding
abstract class LookupBaseEncoding(_name: String, _bitsPerChar: Int, alphabet: String) extends BaseEncoding

Attributes

Graph
Supertypes
class BaseEncoding
class Object
trait Matchable
class Any
Known subtypes
class Base32
class Base64
object ZBase32.type

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
BaseEncoding

Concrete fields

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

Inherited fields

val bitsPerChar: Int

Attributes

Inherited from:
BaseEncoding
val name: String

Attributes

Inherited from:
BaseEncoding