grizzled

io

package io

I/O-related classes and utilities. This package is distinguished from the grizzled.file package in that this package operates on already-open Java InputStream, OutputStream, Reader and Writer objects, and on Scala Source objects.

See grizzled.file

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class MultiSource extends Source

    A MultiSource contains multiple scala.io.Source objects and satisfies reads from them serially.

  2. trait PartialReader[T] extends AnyRef

    Contains methods that can read part of a stream or reader.

  3. class SourceReader extends Reader

    Provides a java.io.Reader that is backed by a Scala Source object.

Value Members

  1. object Implicits

    Implicits that addFile enrichments to java.io and scala.io classes.

  2. object SourceReader

    Companion to SourceReader class.

Inherited from AnyRef

Inherited from Any

Ungrouped