Scala 2.7.2.r16513-b20081107075805 API

This document is the API specification for Scala Library

Class Summary
abstract class BufferedSource (byteChannel : java.nio.channels.ReadableByteChannel, decoder : java.nio.charset.CharsetDecoder) extends Source
This object provides convenience methods to create an iterable representation of a source file.
abstract class Source extends Iterator[Char]
The class Source implements an iterable representation of source files. Calling method reset returns an identical, resetted source.
Object Summary
object BufferedSource extends AnyRef
object BytePickle extends AnyRef
Pickler combinators. Based on a Haskell library by Andrew Kennedy, see http://research.microsoft.com/~akenn/fun/.
object Position extends AnyRef
object Source extends AnyRef
This object provides convenience methods to create an iterable representation of a source file.
object UTF8Codec extends AnyRef