scala

io

package io

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. class BufferedSource extends Source

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

  2. class Codec extends AnyRef

    A class for character encoding/decoding preferences.

  3. trait LowPriorityCodecImplicits extends AnyRef

  4. abstract class Source extends Iterator[Char]

    The class Source implements an iterable representation of source data.

  5. abstract class Position extends AnyRef

    The object Position provides convenience methods to encode line and column number in one single integer.

Value Members

  1. object Codec extends LowPriorityCodecImplicits

  2. object Position extends Position

  3. object Source

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

Deprecated Value Members

  1. object BytePickle

    Pickler combinators.

  2. object UTF8Codec

Ungrouped