A MultiSource contains multiple scala.io.Source
objects and satisfies reads from them serially.
A MultiSource contains multiple scala.io.Source
objects and satisfies reads from them serially. Once composed, a
MultiSource can be used anywhere a Source is used.
Contains methods that can read part of a stream or reader.
Provides additional methods, over and above those already present in
the Java InputStream class.
Provides additional methods, over and above those already present in
the Java InputStream class. The implicits object contains implicit
conversions between RichInputStream and InputStream.
Provides additional methods, over and above those already present in
the Java Reader class.
Provides additional methods, over and above those already present in
the Java Reader class. The implicits object contains implicit
conversions between RichReader and Reader.
Provides a java.io.Reader that is backed by a Scala Source object.
Deprecated companion object for GrizzledSource.
Companion object to RichInputStream class.
Companion object to RichInputStream class. Importing this object brings
the implicit conversations into scope.
Companion object to RichReader class.
Companion object to RichReader class. Importing this object brings the
implicit conversations into scope.
Some utility methods.
I/O-related classes and utilities. This package is distinguished from the
grizzled.filepackage in that this package operates on already-open JavaInputStream,OutputStream,ReaderandWriterobjects, and on ScalaSourceobjects.See grizzled.file