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
MultiSourcecontains multiplescala.io.Sourceobjects and satisfies reads from them serially.A
MultiSourcecontains multiplescala.io.Sourceobjects and satisfies reads from them serially. Once composed, aMultiSourcecan be used anywhere aSourceis 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.Readerthat is backed by a ScalaSourceobject.
Value Members
- object Implicits
Implicits that addFile enrichments to
java.ioandscala.ioclasses. - object SourceReader
Companion to
SourceReaderclass.