| Class | Description |
|---|---|
| DecoratingInputStream |
An abstract decorator for an input stream.
|
| DecoratingOutputStream |
An abstract decorator for an output stream.
|
| DecoratingSeekableByteChannel |
An abstract decorator for a seekable byte channel.
|
| IOExceptionOutputStream |
A decorating output stream which saves the last
IOException
in a protected field for later use. |
| IOExceptionSeekableByteChannel |
A decorating seekable byte channel which saves the last
IOException
in a protected field for later use. |
| LEDataOutputStream |
An output stream to write data in Little Endian (LE) format.
|
| Paths |
Provides static utility methods for path names.
|
| Paths.Normalizer |
A normalizer for path names.
|
| Paths.Splitter |
Splits a given path name into its parent path name and member name.
|
| SeekableByteBufferChannel |
Adapts a byte buffer to a seekable byte channel.
|
| SequentialIOExceptionBuilder<C extends Exception,E extends SequentialIOException> | |
| Streams |
Provides static utility methods for
InputStreams and
OutputStreams. |
| Streams.Buffer |
A buffer for I/O.
|
| Streams.Reader |
A pooled and cached daemon thread which reads input streams.
|
| Streams.ReaderFactory |
A factory for reader threads.
|
| SynchronizedInputStream |
A decorator which synchronizes all access to an
InputStream
via an object provided to its constructor. |
| SynchronizedOutputStream |
A decorator which synchronizes all access to an
OutputStream
via an object provided to its constructor. |
| Exception | Description |
|---|---|
| FileBusyException |
Indicates that a file system entry could not get read or written
because the entry or its container is busy.
|
| InputBusyException |
Indicates that a file system entry could not get read
because the entry or its container is busy.
|
| InputClosedException |
Indicates that an input resource (input stream etc.) for an entry has been
forced to close.
|
| InputException |
Thrown if an error happened on the input side rather than the output side
when copying an
InputStream to an OutputStream. |
| OutputBusyException |
Indicates that a file system entry could not get written
because the entry or its container is busy.
|
| OutputClosedException |
Indicates that an output resource (output stream etc.) for an entry has been
forced to close.
|
| SequentialIOException |
Represents a chain of subsequently occured
IOExceptions which have
not caused each other. |
General I/O utilities.
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.