@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| 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.
|
| DisconnectingInputStream |
An abstract decorator which protects the decorated stream from all access
unless it's open.
|
| DisconnectingOutputStream |
An abstract decorator which protects the decorated stream from all access
unless it's open.
|
| DisconnectingSeekableByteChannel |
An abstract decorator which protects the decorated channel from all access
unless it's open.
|
| LEDataOutputStream |
An output stream to write data in Little Endian (LE) format.
|
| LockInputStream |
A decorator which protects all access to a shared resource, e.g.
|
| LockOutputStream |
A decorator which protects all access to a shared resource, e.g.
|
| Paths |
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,X extends SequentialIOException> | |
| Streams |
Static utility methods for
InputStreams and OutputStreams. |
| Streams.ReaderThread |
A pooled and cached daemon thread which runs tasks to read input streams.
|
| Exception | Description |
|---|---|
| ClosedException |
Indicates that a resource has been closed.
|
| 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.) has been closed.
|
| 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.) has been closed.
|
| SequentialIOException |
Represents a chain of subsequently occured
IOExceptions which have
not caused each other. |
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.