Class JSON.ReaderSource

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

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

      Constructors 
      Constructor Description
      ReaderSource​(java.io.Reader r)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      char next()  
      char peek()  
      char[] scratchBuffer()  
      void setReader​(java.io.Reader reader)  
      • Methods inherited from class java.lang.Object

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

      • ReaderSource

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

      • setReader

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