@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
RandomAccessFile).See: Description
| Interface | Description |
|---|---|
| ReadOnlyFile |
Provides random read-only access to a file.
|
| Class | Description |
|---|---|
| AbstractReadOnlyFile |
An abstract read only file which implements the common boilerplate.
|
| BufferedReadOnlyFile |
A
ReadOnlyFile implementation which provides buffered random read
only access to another ReadOnlyFile. |
| ByteArrayReadOnlyFile |
A read only file which reads from a byte array provided to its constructor.
|
| DecoratingReadOnlyFile |
An abstract decorator for a read only file.
|
| DefaultReadOnlyFile |
A
ReadOnlyFile implementation derived from RandomAccessFile. |
| DisconnectingReadOnlyFile |
An abstract decorator which protects the decorated read-only-file from all
access unless it's open.
|
| IntervalReadOnlyFile |
A decorating read only file which is limited to read an interval of its
decorated read only file.
|
| LockReadOnlyFile |
A decorator which protects all access to a shared resource, e.g.
|
| ReadOnlyFileInputStream |
An adapter class turning a provided
ReadOnlyFile into
an InputStream. |
RandomAccessFile).Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.