Package com.jsoniter

Class IterImplForStreaming.numberChars

  • Enclosing class:
    IterImplForStreaming

    static class IterImplForStreaming.numberChars
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char[] chars  
      (package private) int charsLength  
      (package private) boolean dotFound  
    • Constructor Summary

      Constructors 
      Constructor Description
      numberChars()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • chars

        char[] chars
      • charsLength

        int charsLength
      • dotFound

        boolean dotFound
    • Constructor Detail

      • numberChars

        numberChars()