kactoos-jvm / nnl.rocks.kactoos.text / HexOf
class HexOf :
TextEnvelope
Hexadecimal representation of Bytes.
There is no thread-safety guarantee.
bytes
- The bytes
Since 0.4
Name | Summary |
---|---|
<init> | HexOf(bytes: Bytes ) HexOf(bytes: KBytes ) Hexadecimal representation of Bytes. |
Name | Summary |
---|---|
asString | open fun asString(): String Convert 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 |