SourceWrapper

class SourceWrapper(src: Source) extends Reader
class Reader
trait Closeable
trait AutoCloseable
trait Readable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def close(): Unit
Definition Classes
Reader -> Closeable -> AutoCloseable
override def read(cbuf: Array[Char], off: Int, len: Int): Int
Definition Classes
Reader

Inherited methods

@throws(java.io.IOException)
def mark(x$0: Int): Unit
Inherited from:
Reader
def markSupported(): Boolean
Inherited from:
Reader
@throws(java.io.IOException)
def read(x$0: Array[Char]): Int
Inherited from:
Reader
@throws(java.io.IOException)
def read(): Int
Inherited from:
Reader
@throws(java.io.IOException)
def read(x$0: CharBuffer): Int
Inherited from:
Reader
@throws(java.io.IOException)
def ready(): Boolean
Inherited from:
Reader
@throws(java.io.IOException)
def reset(): Unit
Inherited from:
Reader
@throws(java.io.IOException)
def skip(x$0: Long): Long
Inherited from:
Reader
@throws(java.io.IOException)
def transferTo(x$0: Writer): Long
Inherited from:
Reader