Class JSONIntegerReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable

    public class JSONIntegerReader
    extends JSONValueReader
    This class describes a JSON integer reader.
    • Field Summary

      • Fields inherited from class java.io.Reader

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONIntegerReader​(int value)  
    • Method Summary

      • Methods inherited from class org.apache.manifoldcf.connectorcommon.jsongen.JSONReader

        close, read
      • Methods inherited from class java.io.Reader

        mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • JSONIntegerReader

        public JSONIntegerReader​(int value)