Class HexConverter
java.lang.Object
com.miketheshadow.cryptolib.utils.HexConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringhexToAddress(String value) static doublehexToDouble(String val) static doublehexToDoubleDividedByPower(String val, int power) static longhexToMultiLineArgs(String value) static StringnumToHex(double val) static StringnumToHex(long val)
-
Constructor Details
-
HexConverter
public HexConverter()
-
-
Method Details
-
hexToLong
-
numToHex
-
numToHex
-
hexToDouble
-
hexToDoubleDividedByPower
-
hexToMultiLineArgs
-
hexToAddress
-