Supporting classes for converting between resource types.
An additional API for LongTraversable for asynchronous interaction with the LongTraversable object.
A strategy object representing an action to take upon closing a scalax.io.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 scalax.io.LongTraversable.
An trait for objects that viewed as a sequence of bytes.
An Resource object that is a also an scalax.io.Input.
Creates a Traversable[String] from a Traversable[Char] where each String is a line as indicated by the scalax.io.Line.Terminators.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.
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 scalax.io.Output.
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 scalax.io.ReadChars Resource.
A Resource that can be used to do IO.
The context a resource uses for obtaining configuration information.
A trait allowing adding close actions to a Resource.
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.
An object that can be viewed as a Seekable object.
A way of abstracting over the source Resource's type
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 scalax.io.WriteChars Resource.
Factory for scalax.io.CloseAction.
The default ResourceContext
A modularizing object for containing objects/classes related to reading lines
This class is not interesting from an API point of view.
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