Class Summary | |
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.
|
class
|
Codec
(val charSet : java.nio.charset.Charset) extends AnyRef
A class for character encoding/decoding preferences.
|
abstract class
|
Source
extends Iterator[Char]
The class
Source implements an iterable representation
of source data. Calling method reset returns an identical,
resetted source, where possible. |
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
|
Codec
extends AnyRef
|
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
|