Class JsonStreamParserImpl.Buffer

  • Enclosing class:
    JsonStreamParserImpl

    private static final class JsonStreamParserImpl.Buffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] buffer  
      private int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      Buffer​(char[] buffer, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • buffer

        private char[] buffer
      • length

        private int length
    • Constructor Detail

      • Buffer

        public Buffer​(char[] buffer,
                      int length)