kactoos-jvm / nnl.rocks.kactoos.text / Base64Text
class Base64Text :
Text
Decodes the origin text using the Base64 encoding scheme.
origin
- Origin text
Since 0.20.2
Name | Summary |
---|---|
<init> | Base64Text(input: String ) Base64Text(origin: Text ) Decodes the origin text using the Base64 encoding scheme. |
Name | Summary |
---|---|
asString | fun asString(): String Convert it to the string. |