java.lang.Object
org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
All Implemented Interfaces:
Closeable, AutoCloseable

public final class JsonScanner 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 Details

    • JsonScanner

      public JsonScanner(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.
    • JsonScanner

      public JsonScanner(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.
  • Method Details