public final class Base64DecodedText extends Object implements Text
Text.NoNulls
Constructor and Description |
---|
Base64DecodedText(String text)
Ctor.
|
Base64DecodedText(Text text)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
asString()
Convert it to the string.
|
int |
compareTo(Text text) |
public Base64DecodedText(Text text)
text
- The textpublic Base64DecodedText(String text)
text
- The textpublic String asString() throws IOException
Text
asString
in interface Text
IOException
- If failspublic int compareTo(Text text)
compareTo
in interface Comparable<Text>
Copyright © 2017 Cactoos. All rights reserved.