Class BigDecimalByteStringEncoder (3.5.0)

public class BigDecimalByteStringEncoder

Inheritance

java.lang.Object > BigDecimalByteStringEncoder

Static Methods

decodeBigNumericByteString(ByteString byteString)

public static BigDecimal decodeBigNumericByteString(ByteString byteString)
Parameter
NameDescription
byteStringByteString
Returns
TypeDescription
BigDecimal

decodeNumericByteString(ByteString byteString)

public static BigDecimal decodeNumericByteString(ByteString byteString)
Parameter
NameDescription
byteStringByteString
Returns
TypeDescription
BigDecimal

encodeToBigNumericByteString(BigDecimal bigDecimal)

public static ByteString encodeToBigNumericByteString(BigDecimal bigDecimal)
Parameter
NameDescription
bigDecimalBigDecimal
Returns
TypeDescription
ByteString

encodeToNumericByteString(BigDecimal bigDecimal)

public static ByteString encodeToNumericByteString(BigDecimal bigDecimal)
Parameter
NameDescription
bigDecimalBigDecimal
Returns
TypeDescription
ByteString

Constructors

BigDecimalByteStringEncoder()

public BigDecimalByteStringEncoder()