|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |