o

zio.json.internal

UnsafeNumbers

object UnsafeNumbers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafeNumbers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def bigDecimal(num: String, max_bits: Int): BigDecimal
  2. def bigDecimal_(in: Reader, consume: Boolean, max_bits: Int): BigDecimal
  3. def bigDecimal__(in: Reader, consume: Boolean, negative: Boolean, initial: Int, int_only: Boolean, max_bits: Int): BigDecimal
  4. def bigInteger(num: String, max_bits: Int): BigInteger
  5. def bigInteger_(in: Reader, consume: Boolean, max_bits: Int): BigInteger
  6. def byte(num: String): Byte
  7. def byte_(in: Reader, consume: Boolean): Byte
  8. def double(num: String, max_bits: Int): Double
  9. def double_(in: Reader, consume: Boolean, max_bits: Int): Double
  10. def float(num: String, max_bits: Int): Float
  11. def float_(in: Reader, consume: Boolean, max_bits: Int): Float
  12. def int(num: String): Int
  13. def int_(in: Reader, consume: Boolean): Int
  14. def long(num: String): Long
  15. def long_(in: Reader, consume: Boolean): Long
  16. def long__(in: Reader, lower: Long, upper: Long, consume: Boolean): Long
  17. def short(num: String): Short
  18. def short_(in: Reader, consume: Boolean): Short
  19. case object UnsafeNumber extends Exception with NoStackTrace with Product with Serializable