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. |
| ReadOnlyFileInputStream |
An adapter class turning a provided
ReadOnlyFile into
an InputStream. |
| SynchronizedReadOnlyFile |
A decorator which synchronizes all access to a
ReadOnlyFile
via an object provided to its constructor. |
Provides random read-only access to files
(as opposed to the random read/write access provided by
RandomAccessFile).
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.