| 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 static class |
FsFinalizeController.FinalizeReadOnlyFile |
private class |
FsLockController.LockReadOnlyFile |
private class |
FsResourceController.ResourceReadOnlyFile |
private class |
FsSyncController.SyncReadOnlyFile |
| 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 |
LockReadOnlyFile
|
| Modifier and Type | Class and Description |
|---|---|
private class |
DisconnectingInputShop.DisconnectingReadOnlyFile |
private class |
LazyInputSocket.ProxyReadOnlyFile
Deprecated.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.