Package | Description |
---|---|
de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
de.schlichtherle.truezip.fs.http |
Implements the
http(s) scheme for read-only access to the web. |
de.schlichtherle.truezip.io |
Provides I/O utility classes.
|
de.schlichtherle.truezip.util |
Provides general utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FsSyncExceptionBuilder
|
Modifier and Type | Method and Description |
---|---|
<X extends IOException> |
FsCacheController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
<X extends IOException> |
FsDecoratingController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
abstract <X extends IOException> |
FsController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
Commits all unsynchronized changes to the contents of this file system
to its parent file system,
releases the associated resources (e.g.
|
<X extends IOException> |
FsLockController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
<X extends IOException> |
FsResourceController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
<X extends IOException> |
FsSyncController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
<X extends IOException> |
FsManager.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super IOException,X> handler)
Commits all unsynchronized changes to the contents of all federated file
systems managed by this instance to their respective parent file system,
releases the associated resources (e.g.
|
<X extends IOException> |
FsDefaultManager.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super IOException,X> handler) |
Modifier and Type | Method and Description |
---|---|
<X extends IOException> |
KeyManagerController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
Modifier and Type | Method and Description |
---|---|
<X extends IOException> |
HttpController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
Modifier and Type | Class and Description |
---|---|
class |
SequentialIOExceptionBuilder<C extends Exception,X extends SequentialIOException>
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExceptionBuilder<C extends Exception,X extends Exception>
An exception builder is an exception handler which assembles an exception
of the parameter type
T from one or more exceptions of the parameter
type C . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExceptionBuilder<C extends Exception,X extends Exception>
Abstract implementation of an exception builder.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.