Class DIOBigDecimalBigIntegerUtil

java.lang.Object
com.espertech.esper.common.internal.serde.serdeset.builtin.DIOBigDecimalBigIntegerUtil

public class DIOBigDecimalBigIntegerUtil extends Object
  • Constructor Details

    • DIOBigDecimalBigIntegerUtil

      public DIOBigDecimalBigIntegerUtil()
  • Method Details

    • readBigDec

      public static BigDecimal readBigDec(DataInput input) throws IOException
      NOTE: Code-generation-invoked method, method name and parameter order matters
      Parameters:
      input - input
      Returns:
      big dec
      Throws:
      IOException - io error
    • writeBigDec

      public static void writeBigDec(BigDecimal bigDecimal, DataOutput output) throws IOException
      NOTE: Code-generation-invoked method, method name and parameter order matters
      Parameters:
      bigDecimal - value
      output - output
      Throws:
      IOException - io error
    • writeBigInt

      public static void writeBigInt(BigInteger bigInteger, DataOutput stream) throws IOException
      NOTE: Code-generation-invoked method, method name and parameter order matters
      Parameters:
      bigInteger - value
      stream - output
      Throws:
      IOException - io error
    • readBigInt

      public static BigInteger readBigInt(DataInput input) throws IOException
      NOTE: Code-generation-invoked method, method name and parameter order matters
      Parameters:
      input - input
      Returns:
      big int
      Throws:
      IOException - io error