Base16

io.bullet.borer.encodings.Base16$
object Base16 extends BaseEncoding

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited fields

val bitsPerChar: Int

Attributes

Inherited from:
BaseEncoding
val name: String

Attributes

Inherited from:
BaseEncoding