ZBase32

io.bullet.borer.encodings.ZBase32$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZBase32.type

Members list

Concise view

Value members

Concrete methods

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

Inherited fields

protected val alphabetChars: Array[Char]

Attributes

Inherited from:
LookupBaseEncoding
val bitsPerChar: Int

Attributes

Inherited from:
BaseEncoding
protected val lookup: Array[Byte]

Attributes

Inherited from:
LookupBaseEncoding
val name: String

Attributes

Inherited from:
BaseEncoding