Scala Library: scala.io
scala.io
Type Members
trait AnsiColor extends AnyRef
class BufferedSource extends Source
This object provides convenience methods to create an iterable representation of a source file.
class Codec extends AnyRef
A class for character encoding/decoding preferences.
trait LowPriorityCodecImplicits extends AnyRef
- Self Type
- Codec.type
- Source
abstract class Source extends Iterator[Char] with Closeable
An iterable representation of source data. It may be reset with the optional
reset
method.
Subclasses must supply the underlying iterator.
Error handling may be customized by overriding the report method.
The current input and position, as well as the next character methods delegate to the positioner.
The default positioner encodes line and column numbers in the position passed to
report
. This behavior can be changed by supplying a custom positioner.
- Source
- Version
- 1.0
Value Members
object AnsiColor extends AnsiColor
object Codec extends LowPriorityCodecImplicits
object Source
This object provides convenience methods to create an iterable representation of a source file.
- Source
- Version
- 1.0, 19/08/2004
object StdIn extends StdIn
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.