Class JsonReaderReader

java.lang.Object
java.io.Reader
de.kappich.sys.funclib.json.JsonReader
de.kappich.sys.funclib.json.JsonReaderReader
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable

public class JsonReaderReader
extends JsonReader
  • Field Summary

    Fields inherited from class de.kappich.sys.funclib.json.JsonReader

    _pos

    Fields inherited from class java.io.Reader

    lock
  • Constructor Summary

    Constructors
    Constructor Description
    JsonReaderReader​(java.io.Reader reader)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class de.kappich.sys.funclib.json.JsonReader

    close, fromCharSequence, fromReader, getPos, mark, markSupported, read, read, read, read, reset, setPos, skip

    Methods inherited from class java.io.Reader

    nullReader, ready, transferTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JsonReaderReader

      public JsonReaderReader​(java.io.Reader reader)
  • Method Details

    • toString

      public java.lang.String toString()
      Specified by:
      toString in class JsonReader