kactoos-jvm / nnl.rocks.kactoos.text / TextBase64
class TextBase64 : TextEnvelope
Encodes the origin text using the Base64 encoding scheme.
Since 0.4
| Name | Summary |
|---|---|
| <init> | TextBase64(input: String) |
| Name | Summary |
|---|---|
| asString | open fun asString(): StringConvert it to the string. |
| compareTo | open fun compareTo(other: Text): Int |
| equals | open fun equals(other: Any?): Boolean |
| hashCode | open fun hashCode(): Int |
| toString | open fun toString(): String |