Class JSONArrayReader

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

    public class JSONArrayReader
    extends JSONReader
    This class describes a JSON array reader.
    • Constructor Detail

      • JSONArrayReader

        public JSONArrayReader()
      • JSONArrayReader

        public JSONArrayReader​(JSONReader[] elements)
    • Method Detail

      • read

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