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. final class GrizzledSource extends AnyRef

    A wrapper for scala.io.Source that provides additional methods.

  2. class MultiSource extends Source

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

  3. trait PartialReader[T] extends AnyRef

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

  4. class RichInputStream extends PartialReader[Byte]

    Provides additional methods, over and above those already present in the Java InputStream class.

  5. class RichReader extends PartialReader[Char]

    Provides additional methods, over and above those already present in the Java Reader class.

  6. class SourceReader extends Reader

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

Value Members

  1. object GrizzledSource

    Companion object for GrizzledSource.

  2. object RichInputStream

    Companion object to RichInputStream class.

  3. object RichReader

    Companion object to RichReader class.

  4. object SourceReader

  5. object util

    Some utility methods.

Inherited from AnyRef

Inherited from Any

Ungrouped