Package

scala

io

Permalink

package io

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. trait AnsiColor extends AnyRef

    Permalink
  2. class BufferedSource extends Source

    Permalink

    This object provides convenience methods to create an iterable representation of a source file.

  3. class Codec extends AnyRef

    Permalink

    A class for character encoding/decoding preferences.

  4. trait LowPriorityCodecImplicits extends AnyRef

    Permalink
  5. abstract class Source extends Iterator[Char]

    Permalink

    An iterable representation of source data.

    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.

    Version

    1.0

Value Members

  1. object AnsiColor extends AnsiColor

    Permalink
  2. object Codec extends LowPriorityCodecImplicits

    Permalink
  3. object Source

    Permalink

    This object provides convenience methods to create an iterable representation of a source file.

    This object provides convenience methods to create an iterable representation of a source file.

    Version

    1.0, 19/08/2004

  4. object StdIn extends StdIn

    Permalink