Package sk.uniba.euromath.tools.io

Class Summary
IOTools Contains various utilities for working with streams, readers and writers.
PipedExceptionInputStream Functionally identical to PipedInputStream, except that when an exception is caught in the producer thread (the thread that writes data to associated PipedOutputStream) and it is registered in the PipedExceptionInputStream.registry then all read() methods will fail with the registered exception.
PipedExceptionReader Functionally identical to PipedReader, except that when an exception is caught in the producer thread (the thread that writes data to associated PipedWriter) and it is registered in the PipedExceptionReader.registry then all read() methods will fail with the registered exception.
 

Exception Summary
IOWithCauseException A simple upgrade of IOException that adds the possibility to set the throwable cause.
 



Copyright 2003-2003-2006 null. All Rights Reserved.