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
- Alphabetic
- By Inheritance
- io
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
MultiSource extends Source
A
MultiSource
contains multiplescala.io.Source
objects and satisfies reads from them serially.A
MultiSource
contains multiplescala.io.Source
objects and satisfies reads from them serially. Once composed, aMultiSource
can be used anywhere aSource
is used. -
trait
PartialReader[T] extends AnyRef
Contains methods that can read part of a stream or reader.
-
class
SourceReader extends Reader
Provides a
java.io.Reader
that is backed by a ScalaSource
object.
Value Members
-
object
Implicits
Implicits that addFile enrichments to
java.io
andscala.io
classes. -
object
SourceReader
Companion to
SourceReader
class.