jar

org.firebirdsql : decimal-java

Maven & Gradle

Jun 30, 2023
13 stars

decimal-java · A library to convert java.math.BigDecimal to and from IEEE-754r (IEEE-754-2008) decimal byte representations.

Table Of Contents

Latest Version

Download org.firebirdsql : decimal-java JAR file - Latest Versions:

All Versions

Download org.firebirdsql : decimal-java JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window decimal-java-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.firebirdsql.decimal

├─ org.firebirdsql.decimal.Decimal.class - [JAR]

├─ org.firebirdsql.decimal.Decimal128.class - [JAR]

├─ org.firebirdsql.decimal.Decimal32.class - [JAR]

├─ org.firebirdsql.decimal.Decimal64.class - [JAR]

├─ org.firebirdsql.decimal.DecimalCodec.class - [JAR]

├─ org.firebirdsql.decimal.DecimalFactory.class - [JAR]

├─ org.firebirdsql.decimal.DecimalFormat.class - [JAR]

├─ org.firebirdsql.decimal.DecimalInconvertibleException.class - [JAR]

├─ org.firebirdsql.decimal.DecimalOverflowException.class - [JAR]

├─ org.firebirdsql.decimal.DecimalType.class - [JAR]

├─ org.firebirdsql.decimal.DenselyPackedDecimalCodec.class - [JAR]

├─ org.firebirdsql.decimal.OverflowHandling.class - [JAR]

├─ org.firebirdsql.decimal.Signum.class - [JAR]