-
Notifications
You must be signed in to change notification settings - Fork 29
Home
-
com.upokecenter.cbor.ICBORConverter - Description of ICBORConverter.
-
com.upokecenter.cbor.ICBORTag - Description of ICBORTag.
-
com.upokecenter.cbor.CBORDataUtilities - Contains methods useful for reading and writing data, with a focus on CBOR.
-
com.upokecenter.cbor.CBORObject - Represents an object in Concise Binary Object Representation (CBOR) and contains methods for reading and writing CBOR data.
-
com.upokecenter.cbor.CBORTypeFilter - Description of CBORTypeFilter.
-
com.upokecenter.cbor.CBORType - Represents a type that a CBOR object can have.
-
com.upokecenter.cbor.CBORException - Exception thrown for errors involving CBOR data.
-
com.upokecenter.util.BigInteger - An arbitrary-precision integer.
-
com.upokecenter.util.DataUtilities - Contains methods useful for reading and writing strings.
-
com.upokecenter.util.ExtendedDecimal - Represents an arbitrary-precision decimal floating-point number.
-
com.upokecenter.util.ExtendedFloat - Represents an arbitrary-precision binary floating-point number.
-
com.upokecenter.util.ExtendedRational - Arbitrary-precision rational number.
-
com.upokecenter.util.PrecisionContext - Contains parameters for controlling the precision, rounding, and exponent range of arbitrary-precision numbers.
-
com.upokecenter.util.Rounding - Specifies the mode to use when "shortening" numbers that otherwise can't fit a given number of digits, so that the shortened number has about the same value.
-
com.upokecenter.util.TrapException - Exception thrown for arithmetic trap errors.