java.lang.Object
tech.deplant.java4ever.framework.Data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringbase64ToHexString(String base64string) static StringdateTimeToString(LocalDateTime dateTime) static StringdecimalToString(BigDecimal decimalAmount, int scale) static BigIntegerhexToBigInt(String hexUint) static BigDecimalstatic Stringstatic LocalDateTimelongToDateTime(long unixTime) static StringpadLeftZeros(String inputString, int length) static BigDecimalstatic StringUtility method for preparing hex strings
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
base64ToHexString
-
longToDateTime
-
dateTimeToString
-
decimalToString
-
hexToBigInt
-
hexToDec
-
strToDec
-
strToHex
Utility method for preparing hex strings- Parameters:
text- Text string to encode.- Returns:
- Hex string
-
hexToStr
-
padLeftZeros
-