Package net.sf.zig_project.gpl.common.io

Interface Summary
IOExceptionHandler This class provides basic exception handling for IOExceptions.
 

Class Summary
ExceptionRegurgitator Exception Regurgitators will silently swallow a single exception generated on one thread, so that they might be re-thrown by another.
Filer Provides a set of common routines for dealing with files managed by the local file system.
MeteredInputStream Meters the number of bytes read across a given InputStream.
TelescopicInputStream An InputStream that not only encapsulates another InputStream, but is encapsulated by an InputStream.
ThreadedTransfer The ThreadedTransfer class delegates IO operations to independant threads.
Transfer The Transfer class provides a library of functions that may be called to simplify routine IO operations.