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(): StringConvert it to the string. |