Package com.jsoniter

Class IterImplNumber


  • class IterImplNumber
    extends java.lang.Object
    • Field Detail

      • intDigits

        static final int[] intDigits
      • floatDigits

        static final int[] floatDigits
      • POW10

        static final long[] POW10
    • Constructor Detail

      • IterImplNumber

        IterImplNumber()
    • Method Detail

      • readDouble

        public static final double readDouble​(JsonIterator iter)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • readFloat

        public static final float readFloat​(JsonIterator iter)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • readInt

        public static final int readInt​(JsonIterator iter)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • readLong

        public static final long readLong​(JsonIterator iter)
                                   throws java.io.IOException
        Throws:
        java.io.IOException