| Package | Description |
|---|---|
| de.schlichtherle.truezip.rof |
Provides random read-only access to files (as opposed to the random
read/write access provided by
RandomAccessFile). |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedReadOnlyFile
A
ReadOnlyFile implementation which provides buffered random read
only access to another ReadOnlyFile. |
class |
DisconnectingReadOnlyFile
An abstract decorator which protects the decorated read-only-file from all
access unless it's open.
|
class |
IntervalReadOnlyFile
A decorating read only file which is limited to read an interval of its
decorated read only file.
|
class |
LockReadOnlyFile
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.