toggle menu
javasteam
1.5.1
jvm
switch theme
search in API
javasteam
/
in.dragonbra.javasteam.util
/
Strings
Strings
open
class
Strings
Author
lngtr
Since
2018-02-19
Members
Constructors
Strings
Link copied to clipboard
constructor
(
)
Functions
as
Unsigned
Decimal
String
Link copied to clipboard
open
fun
asUnsignedDecimalString
(
l
:
Long
)
:
String
decode
Hex
Link copied to clipboard
open
fun
decodeHex
(
s
:
String
)
:
Array
<
Byte
>
is
Null
Or
Empty
Link copied to clipboard
open
fun
isNullOrEmpty
(
str
:
String
)
:
Boolean
to
Hex
Link copied to clipboard
open
fun
toHex
(
bytes
:
Array
<
Byte
>
)
:
String