Class JsonScanner2

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public final class JsonScanner2
    extends Object
    This class is a scanner generated by JFlex 1.4.3 on 10/23/13 10:52 AM from the specification file /home/ishan/wso2/src/pub/platform/branches/4.2.0/dependencies/staxon/1.2.0-wso2v1/core/src/main/jflex/Yylex.flex
    • Constructor Detail

      • JsonScanner2

        public JsonScanner2​(Reader in)
        Creates a new scanner There is also a java.io.InputStream version of this constructor.
        Parameters:
        in - the java.io.Reader to read input from.
      • JsonScanner2

        public JsonScanner2​(InputStream in)
        Creates a new scanner. There is also java.io.Reader version of this constructor.
        Parameters:
        in - the java.io.Inputstream to read input from.