Class Scanner


  • public class Scanner
    extends java.lang.Object
    • Constructor Detail

      • Scanner

        public Scanner​(java.io.Reader reader)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • Scanner

        public Scanner​(java.io.InputStream in,
                       java.nio.charset.Charset charset)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • Scanner

        public Scanner​(java.lang.String jsonString)
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • next

        public int next()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
      • getBooleanValue

        public boolean getBooleanValue()
      • getNumberValue

        public double getNumberValue()
      • getStringValue

        public java.lang.String getStringValue()
      • getLookahead

        public char getLookahead()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getLine

        public int getLine()
      • getColumn

        public int getColumn()
      • getValue

        public java.lang.Object getValue()