breeze

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. trait TextReader extends AnyRef

    Reader for consuming unicode code points from a stream.

  2. class TextReaderException extends RuntimeException

    Thrown when encountering a problem while reading from a TextReader.

  3. trait TextWriter extends AnyRef

    A simple append-based text writing interface used by TextSerialization as its Output type.

Value Members

  1. object FileStreams

    Gets input and output streams to a file, wrapping them in GZIP streams if the file ends with .

  2. object TextReader

  3. object TextWriter

Ungrouped