| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsFalsePositiveException
Indicates that a file system is a false positive file system.
|
(package private) class |
FsNotWriteLockedException
Indicates that a controller is not write locked and the lock cannot get
acquired by the current thread for some reason.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FsCacheableFalsePositiveException
A cacheable false positive exception.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
FsDefaultArchiveController.autoSync(FsEntryName name,
Entry.Access intention) |
(package private) abstract boolean |
FsArchiveController.autoSync(FsEntryName name,
Entry.Access intention)
Synchronizes the archive file only if the archive file has new data for
the file system entry with the given path path.
|
protected static InputStream |
FsArchiveDriver.newInputStream(FsModel model,
InputSocket<?> input)
Returns an input stream obtained from the given socket and wraps a
plain
IOException in a FileNotFoundException unless
it's an FsException. |
protected static OutputStream |
FsArchiveDriver.newOutputStream(FsModel model,
OutputSocket<?> output)
Returns an output stream obtained from the given socket and wraps a
plain
IOException in a FileNotFoundException unless
it's an FsException. |
protected static ReadOnlyFile |
FsArchiveDriver.newReadOnlyFile(FsModel model,
InputSocket<?> input)
Returns a read only file obtained from the given socket and wraps a
plain
IOException in a FileNotFoundException unless
it's an FsException. |
private boolean |
FsDefaultArchiveController.sync() |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.