|
|
Scala 2.1.6
|
class
CharInputStreamIterator
extends
java.lang.Object with
scala.Iterator[scala.Char] with
scala.ScalaObject| Constructor Summary | |
def
this
( in : java.io.InputStream )
|
|
| Def Summary | |
def
hasNext
: scala.Boolean
|
|
def
next
: scala.Char
|
|
| Constructor Detail |
def
this
( in : java.io.InputStream )
| Def Detail |
def
hasNext
: scala.Boolean
def
next
: scala.Char