c

zio.json.internal

WithRetractReader

final class WithRetractReader extends Reader with RetractReader with AutoCloseable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithRetractReader
  2. RetractReader
  3. OneCharReader
  4. Reader
  5. Closeable
  6. AutoCloseable
  7. Readable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WithRetractReader(in: Reader)

Value Members

  1. def close(): Unit
    Definition Classes
    WithRetractReader → Reader → Closeable → AutoCloseable
  2. def mark(arg0: Int): Unit
    Definition Classes
    Reader
    Annotations
    @throws(classOf[java.io.IOException])
  3. def markSupported(): Boolean
    Definition Classes
    Reader
  4. def nextNonWhitespace(): Char
    Definition Classes
    OneCharReader
  5. def read(): Int
    Definition Classes
    WithRetractReader → OneCharReader → Reader
  6. def read(cbuf: Array[Char], off: Int, len: Int): Int
    Definition Classes
    OneCharReader → Reader
  7. def read(arg0: Array[Char]): Int
    Definition Classes
    Reader
    Annotations
    @throws(classOf[java.io.IOException])
  8. def read(arg0: CharBuffer): Int
    Definition Classes
    Reader → Readable
    Annotations
    @throws(classOf[java.io.IOException])
  9. def readChar(): Char
    Definition Classes
    WithRetractReader → OneCharReader
  10. def ready(): Boolean
    Definition Classes
    Reader
    Annotations
    @throws(classOf[java.io.IOException])
  11. def reset(): Unit
    Definition Classes
    Reader
    Annotations
    @throws(classOf[java.io.IOException])
  12. def retract(): Unit

    Behaviour is undefined if called more than once without a read()

    Behaviour is undefined if called more than once without a read()

    Definition Classes
    WithRetractReaderRetractReader
  13. def skip(arg0: Long): Long
    Definition Classes
    Reader
    Annotations
    @throws(classOf[java.io.IOException])