Class BigDecimalByteStringEncoder (3.5.1)

public class BigDecimalByteStringEncoder

Inheritance

java.lang.Object > BigDecimalByteStringEncoder

Static Methods

decodeBigNumericByteString(ByteString byteString)

public static BigDecimal decodeBigNumericByteString(ByteString byteString)
Parameter
Name Description
byteString ByteString
Returns
Type Description
BigDecimal

decodeNumericByteString(ByteString byteString)

public static BigDecimal decodeNumericByteString(ByteString byteString)
Parameter
Name Description
byteString ByteString
Returns
Type Description
BigDecimal

encodeToBigNumericByteString(BigDecimal bigDecimal)

public static ByteString encodeToBigNumericByteString(BigDecimal bigDecimal)
Parameter
Name Description
bigDecimal BigDecimal
Returns
Type Description
ByteString

encodeToNumericByteString(BigDecimal bigDecimal)

public static ByteString encodeToNumericByteString(BigDecimal bigDecimal)
Parameter
Name Description
bigDecimal BigDecimal
Returns
Type Description
ByteString

Constructors

BigDecimalByteStringEncoder()

public BigDecimalByteStringEncoder()