scala.util.parsing.input

object StreamReader

[source: scala/util/parsing/input/StreamReader.scala]

object StreamReader
extends AnyRef
An object to create a StreamReader from a java.io.Reader.
Parameters
in - the java.io.Reader that provides the underlying stream of characters for this Reader.
Author
Miles Sabin
Value Summary
final val EofCh : Char = '\032'
Method Summary
def apply (in : java.io.Reader) : StreamReader
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
final val EofCh : Char

Method Details
def apply(in : java.io.Reader) : StreamReader