- java.lang.Object
-
- com.github.glusk.caesar.PlainText
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]asArray()Returnsthisbyte sequence as an array.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.glusk.caesar.Bytes
asHexString, reversed
-
-
-
-
Constructor Detail
-
PlainText
public PlainText(String utf8String)
Creates a new byte sequence from anutf8String.- Parameters:
utf8String- an UTF-8 encoded String
-
-