Strings

open class Strings

Author

lngtr

Since

2018-02-19

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
open fun decodeHex(s: String): Array<Byte>
Link copied to clipboard
open fun isNullOrEmpty(str: String): Boolean
Link copied to clipboard
open fun toHex(bytes: Array<Byte>): String