Class BigDecimalByteStringEncoder (3.31.0)

publicclass BigDecimalByteStringEncoder

Inheritance

Object > BigDecimalByteStringEncoder

Static Methods

decodeBigNumericByteString(ByteString byteString)

publicstaticBigDecimaldecodeBigNumericByteString(ByteStringbyteString)
Parameter
Name Description
byteString ByteString
Returns
Type Description
BigDecimal

decodeNumericByteString(ByteString byteString)

publicstaticBigDecimaldecodeNumericByteString(ByteStringbyteString)
Parameter
Name Description
byteString ByteString
Returns
Type Description
BigDecimal

encodeToBigNumericByteString(BigDecimal bigDecimal)

publicstaticByteStringencodeToBigNumericByteString(BigDecimalbigDecimal)
Parameter
Name Description
bigDecimal BigDecimal
Returns
Type Description
ByteString

encodeToNumericByteString(BigDecimal bigDecimal)

publicstaticByteStringencodeToNumericByteString(BigDecimalbigDecimal)
Parameter
Name Description
bigDecimal BigDecimal
Returns
Type Description
ByteString

Constructors

BigDecimalByteStringEncoder()

publicBigDecimalByteStringEncoder()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月06日 UTC.