|
Scala 2.2.0.9278
|
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
|
Def inherited from scala.Iterator[scala.Char] | |
/: , :\, append, buffered, contains, copyToArray, counted, drop, duplicate, exists, filter, find, flatMap, foldLeft, foldRight, forall, foreach, hasNext, map, next, take, toList, zip, zipWithIndex |
Constructor Detail |
Def Detail |