scala

io

package io

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. class Source extends Iterator[Char]

    The class Source implements an iterable representation of source data .

Value Members

  1. object BytePickle extends AnyRef

    Pickler combinators .

  2. object Codec extends AnyRef

  3. object Position extends AnyRef

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

  4. object Source extends AnyRef

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

  5. object UTF8Codec extends AnyRef

    no summary matey