Kactoos

kactoos-jvm / nnl.rocks.kactoos.text / Base64Text

Base64Text

class Base64Text : Text

Decodes the origin text using the Base64 encoding scheme.

Parameters

origin - Origin text

Since 0.20.2

Constructors

Name Summary
<init> Base64Text(input: String)Base64Text(origin: Text)
Decodes the origin text using the Base64 encoding scheme.

Functions

Name Summary
asString fun asString(): String
Convert it to the string.