| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| de.schlichtherle.truezip.rof |
Provides random read-only access to files
(as opposed to the random read/write access provided by
RandomAccessFile). |
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O
operations.
|
| Class and Description |
|---|
| AbstractReadOnlyFile
An abstract read only file which implements the common boilerplate.
|
| DecoratingReadOnlyFile
An abstract decorator for a read only file.
|
| ReadOnlyFile
Provides random read-only access to a file.
|
| Class and Description |
|---|
| ReadOnlyFile
Provides random read-only access to a file.
|
| Class and Description |
|---|
| AbstractReadOnlyFile
An abstract read only file which implements the common boilerplate.
|
| DecoratingReadOnlyFile
An abstract decorator for a read only file.
|
| ReadOnlyFile
Provides random read-only access to a file.
|
| Class and Description |
|---|
| AbstractReadOnlyFile
An abstract read only file which implements the common boilerplate.
|
| ByteArrayReadOnlyFile
A read only file which reads from a byte array provided to its constructor.
|
| DecoratingReadOnlyFile
An abstract decorator for a read only file.
|
| ReadOnlyFile
Provides random read-only access to a file.
|
| SynchronizedReadOnlyFile
A decorator which synchronizes all access to a
ReadOnlyFile
via an object provided to its constructor. |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.