Supporting classes for converting between resource types.
A for accessing and using ByteChannels.
A strategy object representing an action to take upon closing a Resource.
A class for character encoding/decoding preferences.
Signal indicating that the fold should continue to process another value
Signal indicating that the fold should stop and return the contained result
The control signals for the limitFold method in LongTraversable.
An trait for objects that viewed as a sequence of bytes.
An Resource object that is a also an Input.
A ManagedResource for accessing and using InputStreams.
Creates a Traversable[String] from a Traversable[Char] where each String is a line as indicated by the Terminator.
A traversable for use on very large datasets which cannot be indexed with Ints but instead require Longs for indexing.
A traversable for use on very large datasets which cannot be indexed with Ints but instead require Longs for indexing.
The view object associated with LongTraversable.
The actual LongTraversableView implementations.
A flag interface for indicating that the object represents a filesystem dependent option for opening a file.
A trait for objects that can have data written to them.
Functions used by Seekable and Output to either convert data to bytes for writing or write directly to an output stream depending on the requirements of the caller.
An Resource object that is a also an Output.
A ManagedResource for accessing and using OutputStreams.
A strategy trait used with the Seekable.
Strategy for (potentially) only overwriting a subset of the data.
An trait for objects that viewed as a sequence of characters.
An object that in addition to being a resource is also a ReadChars Resource.
A ManagedResource for accessing and using ByteChannels.
A ManagedResource for accessing and using Readers.
A Resource that can be used to do IO.
A trait allowing adding close actions to a Resource.
An alias from LongTraversableView[A,LongTraversable[A]].
An alias from LongTraversableView[A,LongTraversable[A]]. The only purpose is to make the type signatures easier to read
An object for reading and writing to Random Access IO objects such as Files.
An object for reading and writing to Random Access IO objects such as Files.
A ManagedResource for accessing and using SeekableByteChannels.
An object that can be viewed as a Seekable object.
A way of abstracting over the source Resource's type
A ManagedResource for accessing and using ByteChannels.
A trait for objects that can have expect to have characters written to them.
An object that in addition to being a resource is also a WriteChars Resource.
Takes a writer and allows it to be treated like a OutputStream, The data is encoded as it is written to the Writer
A ManagedResource for accessing and using Writers.
Not public API.
Factory for CloseAction.
A modularizing object for containing objects/classes related to reading lines
This class is not interesting from an API point of view.
Defines the required canBuildFrom and Type definitions.
Contains implicit Converter objects for the compiler to resolve the converters for write operations
Strategy to overwrite as much data as possible.
Defines several factory methods for creating instances of Resource.
Contains a method
Several options that are supported by most filesystems.
Scala IO core classes