Class JSONStringReader

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

    public class JSONStringReader
    extends JSONReader
    This class describes a JSON string reader.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read()  
      • 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

      • JSONStringReader

        public JSONStringReader​(java.lang.String value)
      • JSONStringReader

        public JSONStringReader​(java.io.Reader value)
    • Method Detail

      • read

        public int read()
                 throws java.io.IOException
        Specified by:
        read in class JSONReader
        Throws:
        java.io.IOException