public class DIOSerdeBigDecimalBigInteger extends Object
Constructor and Description |
---|
DIOSerdeBigDecimalBigInteger() |
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
readBigDec(DataInput input)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static BigInteger |
readBigInt(DataInput input)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
writeBigDec(BigDecimal bigDecimal,
DataOutput output)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
writeBigInt(BigInteger bigInteger,
DataOutput stream)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
public static BigDecimal readBigDec(DataInput input) throws IOException
input
- inputIOException
- io errorpublic static void writeBigDec(BigDecimal bigDecimal, DataOutput output) throws IOException
bigDecimal
- valueoutput
- outputIOException
- io errorpublic static void writeBigInt(BigInteger bigInteger, DataOutput stream) throws IOException
bigInteger
- valuestream
- outputIOException
- io errorpublic static BigInteger readBigInt(DataInput input) throws IOException
input
- inputIOException
- io errorCopyright © 2005–2018. All rights reserved.