final class WithRetractReader extends Reader with RetractReader with AutoCloseable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithRetractReader
- RetractReader
- OneCharReader
- Reader
- Closeable
- AutoCloseable
- Readable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def close(): Unit
- Definition Classes
- WithRetractReader → Reader → Closeable → AutoCloseable
- def mark(arg0: Int): Unit
- Definition Classes
- Reader
- Annotations
- @throws(classOf[java.io.IOException])
- def markSupported(): Boolean
- Definition Classes
- Reader
- def nextNonWhitespace(): Char
- Definition Classes
- OneCharReader
- def read(): Int
- Definition Classes
- WithRetractReader → OneCharReader → Reader
- def read(cbuf: Array[Char], off: Int, len: Int): Int
- Definition Classes
- OneCharReader → Reader
- def read(arg0: Array[Char]): Int
- Definition Classes
- Reader
- Annotations
- @throws(classOf[java.io.IOException])
- def read(arg0: CharBuffer): Int
- Definition Classes
- Reader → Readable
- Annotations
- @throws(classOf[java.io.IOException])
- def readChar(): Char
- Definition Classes
- WithRetractReader → OneCharReader
- def ready(): Boolean
- Definition Classes
- Reader
- Annotations
- @throws(classOf[java.io.IOException])
- def reset(): Unit
- Definition Classes
- Reader
- Annotations
- @throws(classOf[java.io.IOException])
- 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
- WithRetractReader → RetractReader
- def skip(arg0: Long): Long
- Definition Classes
- Reader
- Annotations
- @throws(classOf[java.io.IOException])