| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
FsConcurrentController.ConcurrentReadOnlyFile |
private class |
FsResourceController.AccountedReadOnlyFile |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedReadOnlyFile
A
ReadOnlyFile implementation which provides buffered random read
only access to another ReadOnlyFile. |
class |
ByteArrayReadOnlyFile
A read only file which reads from a byte array provided to its constructor.
|
class |
DecoratingReadOnlyFile
An abstract decorator for a read only file.
|
class |
IntervalReadOnlyFile
A decorating read only file which is limited to read an interval of its
decorated read only file.
|
class |
SynchronizedReadOnlyFile
A decorator which synchronizes all access to a
ReadOnlyFile
via an object provided to its constructor. |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteArrayIOEntry.DataReadOnlyFile |
private class |
DisconnectingInputShop.DisconnectableReadOnlyFile |
(package private) class |
IOCache.Buffer.BufferReadOnlyFile |
private class |
LazyInputSocket.ProxyReadOnlyFile |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.