Class DIOBigDecimalBigIntegerUtil
java.lang.Object
com.espertech.esper.common.internal.serde.serdeset.builtin.DIOBigDecimalBigIntegerUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimal
readBigDec
(DataInput input) NOTE: Code-generation-invoked method, method name and parameter order mattersstatic BigInteger
readBigInt
(DataInput input) NOTE: Code-generation-invoked method, method name and parameter order mattersstatic void
writeBigDec
(BigDecimal bigDecimal, DataOutput output) NOTE: Code-generation-invoked method, method name and parameter order mattersstatic void
writeBigInt
(BigInteger bigInteger, DataOutput stream) NOTE: Code-generation-invoked method, method name and parameter order matters
-
Constructor Details
-
DIOBigDecimalBigIntegerUtil
public DIOBigDecimalBigIntegerUtil()
-
-
Method Details
-
readBigDec
NOTE: Code-generation-invoked method, method name and parameter order matters- Parameters:
input
- input- Returns:
- big dec
- Throws:
IOException
- io error
-
writeBigDec
NOTE: Code-generation-invoked method, method name and parameter order matters- Parameters:
bigDecimal
- valueoutput
- output- Throws:
IOException
- io error
-
writeBigInt
NOTE: Code-generation-invoked method, method name and parameter order matters- Parameters:
bigInteger
- valuestream
- output- Throws:
IOException
- io error
-
readBigInt
NOTE: Code-generation-invoked method, method name and parameter order matters- Parameters:
input
- input- Returns:
- big int
- Throws:
IOException
- io error
-