in scala.util.parsing
class CharInputStreamIterator

class CharInputStreamIterator
extends java.lang.Object
with scala.Iterator[scala.Char]
with scala.ScalaObject
This class ...
Author:
Burak Emir
Version:
1.0

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, copyToBuffer, counted, drop, dropWhile, duplicate, exists, filter, find, flatMap, foldLeft, foldRight, forall, foreach, hasNext, map, next, predicatedIterator, reduceLeft, reduceRight, take, takeWhile, toList, zip, zipWithIndex
Constructor Detail
def this (in: java.io.InputStream)

Def Detail
def hasNext : scala.Boolean

def next : scala.Char