|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
RandomAccessFile).
See:
Description
| Interface Summary | |
|---|---|
| ReadOnlyFile | Provides random read-only access to a file. |
| Class Summary | |
|---|---|
| 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).
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||