A wrapper for java.io.File that provides additional methods.
A MultiSource contains multiple scala.io.Source
objects and satisfies reads from them serially.
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 Reader class.
Provides a java.io.Reader that is backed by a Scala Source object.
Companion object for GrizzledSource.
Companion object to RichInputStream class.
Companion object to RichReader class.
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 file