scala.io

class BufferedSource

[source: scala/io/BufferedSource.scala]

class BufferedSource(inputStream : java.io.InputStream, implicit codec : Codec)
extends Source
This object provides convenience methods to create an iterable representation of a source file.
Author
Burak Emir, Paul Phillips
Value Summary
override val iter : Iterator[Char]
the actual iterator
Values and Variables inherited from Source
descr, nerrors, nwarnings
Method Summary
def bufferedReader : java.io.BufferedReader
def reader : java.io.InputStreamReader
Methods inherited from Source
getLine, getLines, hasNext, next, ch, pos, reportError, report, reportWarning, withReset, withClose, withDescription, withPositioning, close, reset
Methods inherited from Iterator
take, drop, slice, map, ++, flatMap, filter, filterNot, partialMap, takeWhile, partition, dropWhile, zip, padTo, zipWithIndex, zipAll, foreach, forall, exists, contains, find, indexWhere, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, reduceLeftOption, reduceRightOption, buffered, grouped, sliding, length, duplicate, patch, copyToArray, copyToArray, copyToArray, copyToBuffer, toList, toStream, toSeq, mkString, mkString, mkString, addString, addString, addString, toString, append, findIndexOf, collect, counted, readInto, readInto, readInto
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
override val iter : Iterator[Char]
the actual iterator
Overrides
Source.iter

Method Details
def reader : java.io.InputStreamReader

def bufferedReader : java.io.BufferedReader