| 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.
|
class |
FsNotSyncedException
Indicates that a file system should get
synced before a
file system operation can commence. |
class |
FsNotWriteLockedException
Indicates that a resource should be write locked by the current thread,
but the write lock cannot get acquired for some reason.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FsCacheableFalsePositiveException
A cacheable false positive exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected static InputStream |
FsArchiveDriver.newInputStream(FsModel model,
InputSocket<?> input)
Deprecated.
Since TrueZIP 7.3, this method is not required anymore and
should not get called in order to inhibit the redundant
wrapping of an
IOException in a
FileNotFoundException. |
protected static OutputStream |
FsArchiveDriver.newOutputStream(FsModel model,
OutputSocket<?> output)
Deprecated.
Since TrueZIP 7.3, this method is not required anymore and
should not get called in order to inhibit the redundant
wrapping of an
IOException in a
FileNotFoundException. |
protected static ReadOnlyFile |
FsArchiveDriver.newReadOnlyFile(FsModel model,
InputSocket<?> input)
Deprecated.
Since TrueZIP 7.3, this method is not required anymore and
should not get called in order to inhibit the redundant
wrapping of an
IOException in a
FileNotFoundException. |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.