Class JSON.ReaderSource

  • All Implemented Interfaces:
    JSON.Source
    Enclosing class:
    JSON

    public static class JSON.ReaderSource
    extends java.lang.Object
    implements JSON.Source
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _next  
      private java.io.Reader _reader  
      private char[] scratch  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReaderSource​(java.io.Reader r)  
    • Field Detail

      • _reader

        private java.io.Reader _reader
      • _next

        private int _next
      • scratch

        private char[] scratch
    • Constructor Detail

      • ReaderSource

        public ReaderSource​(java.io.Reader r)
    • Method Detail

      • setReader

        public void setReader​(java.io.Reader reader)
      • getNext

        private void getNext()