Base64Transcoder

@Inject
class Base64Transcoder extends BytesTranscoder with AutoInject
trait AutoInject
trait DependencyPoolRef[LocalizedContainer]
class Object
trait Matchable
class Any

Value members

Concrete methods

def decodeToBytes(hex: Array[Byte]): Array[Byte]
def encodeToBytes(bytes: Array[Byte]): Array[Byte]

Inherited methods

def decodeToBytes(hexString: String): Array[Byte]
Inherited from
BytesTranscoder
def decodeToStr(hexString: String): String
Inherited from
BytesTranscoder
def decodeToStr(hex: Array[Byte]): String
Inherited from
BytesTranscoder
def encodeToBytes(byte: String): Array[Byte]
Inherited from
BytesTranscoder
def encodeToStr(bytes: Array[Byte]): String
Inherited from
BytesTranscoder
def encodeToStr(byte: String): String
Inherited from
BytesTranscoder

Inherited fields

var `__refuel_cRef`: Option[LocalizedContainer]
Inherited from
DependencyPoolRef

Implicits

Inherited implicits

implicit
def `__refuel_c`: LocalizedContainer
Inherited from
DependencyPoolRef