TrueZIP Kernel 7.5.1
A B C D E F G H I J K L M N O P Q R S T U V W 

F

factory - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
 
FACTORY - Static variable in class de.schlichtherle.truezip.socket.IOCache
 
fail(C) - Method in class de.schlichtherle.truezip.util.AbstractExceptionBuilder
Adds the cause exception to the assembly and checks out and returns the result in order to enable the assembly of another exception.
fail(C) - Method in interface de.schlichtherle.truezip.util.ExceptionBuilder
Adds the cause exception to the assembly and checks out and returns the result in order to enable the assembly of another exception.
fail(C) - Method in interface de.schlichtherle.truezip.util.ExceptionHandler
Called to handle an exceptional condition which does not allow the caller to proceed its task.
FIFO_SIZE - Static variable in class de.schlichtherle.truezip.io.Streams
The size of the FIFO used for exchanging I/O buffers between a reader thread and a writer thread.
FILE_TYPE_SET - Static variable in interface de.schlichtherle.truezip.entry.Entry
An unmodifiable set of just Entry.Type.FILE.
FileBusyException - Exception in de.schlichtherle.truezip.io
Indicates that a file system entry could not get read or written because the entry or its container is busy.
FileBusyException(String) - Constructor for exception de.schlichtherle.truezip.io.FileBusyException
 
FileBusyException(Throwable) - Constructor for exception de.schlichtherle.truezip.io.FileBusyException
 
fileSystem - Variable in class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.MountedFileSystem
 
fillInStackTrace() - Method in exception de.schlichtherle.truezip.fs.FsControllerException
Fills in an empty stack trace for optimum performance.
FilteringIterator<T> - Class in de.schlichtherle.truezip.util
An iterator which filters another iterator by means of its FilteringIterator.accept(Object) method.
FilteringIterator(Iterable<T>) - Constructor for class de.schlichtherle.truezip.util.FilteringIterator
Constructs a new filtering iterator which filters the given iterable.
FilteringIterator(Iterator<T>) - Constructor for class de.schlichtherle.truezip.util.FilteringIterator
Constructs a new filtering iterator which filters the given iterator.
finalize(Closeable, IOException) - Static method in class de.schlichtherle.truezip.fs.FsFinalizeController
 
finalize() - Method in class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeInputStream
 
finalize() - Method in class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeOutputStream
 
finalize() - Method in class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeReadOnlyFile
 
finalize() - Method in class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeSeekableByteChannel
 
fix(String) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
Called from a constructor to fix the parent directories of the file system entry identified by name, ensuring that all parent directories of the file system entry exist and that they contain the respective base.
fixum - Variable in class de.schlichtherle.truezip.io.Paths.Splitter
 
flush() - Method in class de.schlichtherle.truezip.fs.FsCacheController.EntryCache
 
flush() - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
 
flush() - Method in class de.schlichtherle.truezip.io.LockOutputStream
 
flush() - Method in class de.schlichtherle.truezip.socket.DisconnectingOutputShop.DisconnectingOutputStream
 
flush() - Method in class de.schlichtherle.truezip.socket.IOCache
Writes the cached entry data to the backing store unless already done.
flush() - Method in class de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
Deprecated.
 
fp - Variable in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
The virtual file pointer in the file data.
fp - Variable in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
The virtual file pointer in the file data.
fragment - Variable in class de.schlichtherle.truezip.util.UriBuilder
 
fragment(String) - Method in class de.schlichtherle.truezip.util.UriBuilder
Sets the URI fragment component.
FsAbstractCompositeDriver - Class in de.schlichtherle.truezip.fs
An abstract composite driver.
FsAbstractCompositeDriver() - Constructor for class de.schlichtherle.truezip.fs.FsAbstractCompositeDriver
 
FsArchiveController<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract base class for any archive file system controller which provide all the essential services required for accessing a prospective archive file.
FsArchiveController(FsLockModel) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController
Constructs a new basic archive controller.
FsArchiveController.Input - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveController.Input(FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController.Input
 
FsArchiveController.Output - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController.Output
 
FsArchiveController.ProxyEntry - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveController.ProxyEntry(FsArchiveEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController.ProxyEntry
 
FsArchiveDriver<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract factory for components required for accessing archive files.
FsArchiveDriver() - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
 
FsArchiveEntries - Class in de.schlichtherle.truezip.fs.archive
Provides static utility methods for FsArchiveEntry objects.
FsArchiveEntries() - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveEntries
You cannot instantiate this class.
FsArchiveEntry - Interface in de.schlichtherle.truezip.fs.archive
Represents an entry in an archive file.
FsArchiveFileSystem<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A read/write virtual file system for archive entries.
FsArchiveFileSystem(FsArchiveDriver<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
 
FsArchiveFileSystem(FsArchiveDriver<E>, EntryContainer<E>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
 
FsArchiveFileSystem.EntryTable<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveFileSystem.EntryTable(int) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.EntryTable
 
FsArchiveFileSystem.PathLink - Class in de.schlichtherle.truezip.fs.archive
TODO: This implementation yields a potential issue: The state of the file system may be altered between the construction of an instance and the call to the FsArchiveFileSystem.PathLink.commit() method, which may render the operation illegal and corrupt the file system.
FsArchiveFileSystem.PathLink(String, Entry.Type, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.PathLink
 
FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A data class which represents a segment for use by FsArchiveFileSystem.PathLink.
FsArchiveFileSystem.SegmentLink(String, FsCovariantEntry<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.SegmentLink
Constructs a new SegmentLink.
FsArchiveFileSystem.Splitter - Class in de.schlichtherle.truezip.fs.archive
Splits a given path name into its parent path name and base name.
FsArchiveFileSystem.Splitter() - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Splitter
 
FsArchiveFileSystemEvent<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An archive file system event.
FsArchiveFileSystemEvent(FsArchiveFileSystem<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEvent
Constructs a new archive file system event.
FsArchiveFileSystemException - Exception in de.schlichtherle.truezip.fs.archive
Thrown to indicate an exceptional condition in an FsArchiveFileSystem.
FsArchiveFileSystemException(FsEntryName, String) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemException(String, String) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemException(String, Throwable) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemException(String, String, Throwable) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemOperation<E extends FsArchiveEntry> - Interface in de.schlichtherle.truezip.fs.archive
Represents an operation on a chain of one or more archive entries.
FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> - Interface in de.schlichtherle.truezip.fs.archive
Used to notify implementations of an event in an FsArchiveFileSystem.
FsCacheController - Class in de.schlichtherle.truezip.fs
A selective cache for file system entries.
FsCacheController(FsController<? extends FsLockModel>, IOPool<?>) - Constructor for class de.schlichtherle.truezip.fs.FsCacheController
Constructs a new file system cache controller.
FsCacheController.EntryCache - Class in de.schlichtherle.truezip.fs
A cache for the contents of an individual archive entry.
FsCacheController.EntryCache(FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache
 
FsCacheController.EntryCache.Input - Class in de.schlichtherle.truezip.fs
This class requires LAZY INITIALIZATION of its delegate and automatic decoupling on exceptions!
FsCacheController.EntryCache.Input(BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache.Input
 
FsCacheController.EntryCache.Input.Stream - Class in de.schlichtherle.truezip.fs
 
FsCacheController.EntryCache.Input.Stream() - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache.Input.Stream
 
FsCacheController.EntryCache.Nio2Output - Class in de.schlichtherle.truezip.fs
This class requires LAZY INITIALIZATION of its delegate, but NO automatic decoupling on exceptions!
FsCacheController.EntryCache.Nio2Output(BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache.Nio2Output
 
FsCacheController.EntryCache.Nio2Output.Channel - Class in de.schlichtherle.truezip.fs
 
FsCacheController.EntryCache.Nio2Output.Channel() - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache.Nio2Output.Channel
 
FsCacheController.EntryCache.Output - Class in de.schlichtherle.truezip.fs
This class requires LAZY INITIALIZATION of its delegate, but NO automatic decoupling on exceptions!
FsCacheController.EntryCache.Output(BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache.Output
 
FsCacheController.EntryCache.Output.Stream - Class in de.schlichtherle.truezip.fs
 
FsCacheController.EntryCache.Output.Stream() - Constructor for class de.schlichtherle.truezip.fs.FsCacheController.EntryCache.Output.Stream
 
FsCacheController.SocketFactory - Enum in de.schlichtherle.truezip.fs
 
FsCacheController.SocketFactory() - Constructor for enum de.schlichtherle.truezip.fs.FsCacheController.SocketFactory
 
FsCharsetArchiveDriver<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract base class of an archive driver which provides convenient methods for dealing with the character set supported by a particular archive type.
FsCharsetArchiveDriver(Charset) - Constructor for class de.schlichtherle.truezip.fs.archive.FsCharsetArchiveDriver
Constructs a new character set archive driver.
FsCharsetArchiveDriver.ThreadLocalCharsetEncoder - Class in de.schlichtherle.truezip.fs.archive
 
FsCharsetArchiveDriver.ThreadLocalCharsetEncoder() - Constructor for class de.schlichtherle.truezip.fs.archive.FsCharsetArchiveDriver.ThreadLocalCharsetEncoder
 
FsCompositeDriver - Interface in de.schlichtherle.truezip.fs
Queries the scheme of the mount point of the given file system model in order to lookup the appropriate file system driver which is then used to create the requested thread-safe file system controller.
FsContextController - Class in de.schlichtherle.truezip.fs.archive
Injects the original values of selected parameters of the operation in progress into its decorated controller.
FsContextController(FsTargetArchiveController<?>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsContextController
Constructs a new file system context controller.
FsContextController.Input - Class in de.schlichtherle.truezip.fs.archive
 
FsContextController.Input(InputSocket<?>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsContextController.Input
 
FsContextController.Output - Class in de.schlichtherle.truezip.fs.archive
 
FsContextController.Output(OutputSocket<?>, BitField<FsOutputOption>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsContextController.Output
 
FsController<M extends FsModel> - Class in de.schlichtherle.truezip.fs
An abstract class which provides read/write access to a file system.
FsController() - Constructor for class de.schlichtherle.truezip.fs.FsController
 
FsControllerException - Exception in de.schlichtherle.truezip.fs
Indicates an internal exception in a decorator chain of file system controllers.
FsControllerException() - Constructor for exception de.schlichtherle.truezip.fs.FsControllerException
 
FsControllerException(FsModel, String, Throwable) - Constructor for exception de.schlichtherle.truezip.fs.FsControllerException
 
FsCovariantEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A covariant file system entry maintains a map of archive entries and uses its key property to determine the archive entry in the map to which it forwards calls to FsCovariantEntry.getEntry(), Entry.getSize(Size) and Entry.getTime(Access).
FsCovariantEntry(String) - Constructor for class de.schlichtherle.truezip.fs.archive.FsCovariantEntry
Constructs a new covariant file system entry with the given path.
FsDecoratingController<M extends FsModel,C extends FsController<? extends M>> - Class in de.schlichtherle.truezip.fs
An abstract decorator for a file system controller.
FsDecoratingController(C) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingController
Constructs a new decorating file system controller.
FsDecoratingEntry<E extends Entry> - Class in de.schlichtherle.truezip.fs
An abstract decorator for an entry.
FsDecoratingEntry(E) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingEntry
Constructs a new decorating entry.
FsDecoratingManager<M extends FsManager> - Class in de.schlichtherle.truezip.fs
An abstract decorator for a file system manager.
FsDecoratingManager(M) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingManager
Constructs a new decorating file system manager.
FsDecoratingModel<M extends FsModel> - Class in de.schlichtherle.truezip.fs
An abstract decorator for a file system model.
FsDecoratingModel(M) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingModel
Constructs a new decorating file system model.
FsDefaultDriver - Class in de.schlichtherle.truezip.fs
Uses a given file system driver service to lookup the appropriate driver for the scheme of a given mount point.
FsDefaultDriver(FsDriverProvider) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultDriver
Constructs a new file system default driver which will query the given file system driver provider for an appropriate file system driver for the scheme of a given mount point.
FsDefaultManager - Class in de.schlichtherle.truezip.fs
The default implementation of a file system manager.
FsDefaultManager() - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager
 
FsDefaultManager(Link.Type) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager
Provided for unit testing.
FsDefaultManager.FsControllerComparator - Class in de.schlichtherle.truezip.fs
Orders file system controllers so that all file systems appear before any of their parent file systems.
FsDefaultManager.FsControllerComparator() - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager.FsControllerComparator
 
FsDefaultManager.ScheduledModel - Class in de.schlichtherle.truezip.fs
A model which schedules its controller for synchronization by "observing" its touched property.
FsDefaultManager.ScheduledModel(FsMountPoint, FsModel) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager.ScheduledModel
 
FsDefaultModel - Class in de.schlichtherle.truezip.fs
The default implementation of a file system model for non-federated file systems.
FsDefaultModel(FsMountPoint, FsModel) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultModel
 
FsDriver - Class in de.schlichtherle.truezip.fs
An abstract factory for components required to access a file system.
FsDriver() - Constructor for class de.schlichtherle.truezip.fs.FsDriver
 
FsDriverLocator - Class in de.schlichtherle.truezip.fs.sl
Locates all file system drivers on the class path.
FsDriverLocator() - Constructor for class de.schlichtherle.truezip.fs.sl.FsDriverLocator
You cannot instantiate this class.
FsDriverLocator.Boot - Class in de.schlichtherle.truezip.fs.sl
A static data utility class used for lazy initialization.
FsDriverLocator.Boot() - Constructor for class de.schlichtherle.truezip.fs.sl.FsDriverLocator.Boot
 
FsDriverProvider - Interface in de.schlichtherle.truezip.fs
A provider for an immutable map of file system schemes to drivers.
FsDriverService - Class in de.schlichtherle.truezip.fs.spi
An abstract locatable service for a map of file system schemes to file system drivers.
FsDriverService() - Constructor for class de.schlichtherle.truezip.fs.spi.FsDriverService
 
FsEntry - Class in de.schlichtherle.truezip.fs
An abstract file system entry is an entry which can implement multiple types and list directory members.
FsEntry() - Constructor for class de.schlichtherle.truezip.fs.FsEntry
 
FsEntryName - Class in de.schlichtherle.truezip.fs
Addresses an entry in a file system relative to its mount point.
FsEntryName(URI) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
FsEntryName(URI, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Constructs a new file system entry name by parsing the given URI.
FsEntryName(FsEntryName, FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Constructs a new file system entry name by resolving the given member file system entry name against the given parent file system entry name.
FsEntryNameBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsEntryNameBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsEntryNameBeanInfo
 
FsEntryNotFoundException - Exception in de.schlichtherle.truezip.fs
Indicates that a file system entry does not exist or is not accessible.
FsEntryNotFoundException(FsModel, FsEntryName, String) - Constructor for exception de.schlichtherle.truezip.fs.FsEntryNotFoundException
 
FsEntryNotFoundException(FsModel, FsEntryName, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsEntryNotFoundException
 
FsFailSafeManager - Class in de.schlichtherle.truezip.fs
Uses a JVM shutdown hook to call FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>) on the decorated file system manager when the JVM terminates.
FsFailSafeManager(FsManager) - Constructor for class de.schlichtherle.truezip.fs.FsFailSafeManager
 
FsFailSafeManager.ShutdownHook - Class in de.schlichtherle.truezip.fs
A shutdown hook thread.
FsFailSafeManager.ShutdownHook(FsManager) - Constructor for class de.schlichtherle.truezip.fs.FsFailSafeManager.ShutdownHook
 
FsFalsePositiveController - Class in de.schlichtherle.truezip.fs
Implements a chain of responsibility in order to resolve FsFalsePositiveExceptions thrown by the prospective file system provided to its constructor.
FsFalsePositiveController(FsController<?>) - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController
Constructs a new false positive file system controller.
FsFalsePositiveController.GetClosedIcon - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.GetClosedIcon() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.GetClosedIcon
 
FsFalsePositiveController.GetEntry - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.GetEntry() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.GetEntry
 
FsFalsePositiveController.GetOpenIcon - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.GetOpenIcon() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.GetOpenIcon
 
FsFalsePositiveController.IOOperation<T> - Interface in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.IsExecutable - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.IsExecutable() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.IsExecutable
 
FsFalsePositiveController.IsReadable - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.IsReadable() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.IsReadable
 
FsFalsePositiveController.IsReadOnly - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.IsReadOnly() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.IsReadOnly
 
FsFalsePositiveController.IsWritable - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.IsWritable() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.IsWritable
 
FsFalsePositiveController.SetReadOnly - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.SetReadOnly() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.SetReadOnly
 
FsFalsePositiveController.State - Interface in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.TryChild - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.TryChild() - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.TryChild
 
FsFalsePositiveController.UseParent - Class in de.schlichtherle.truezip.fs
 
FsFalsePositiveController.UseParent(FsFalsePositiveException) - Constructor for class de.schlichtherle.truezip.fs.FsFalsePositiveController.UseParent
 
FsFalsePositiveException - Exception in de.schlichtherle.truezip.fs
Indicates that a file system is a false positive file system.
FsFalsePositiveException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsFalsePositiveException
 
FsFileSystemArchiveController<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
This abstract archive controller controls the mount state transition.
FsFileSystemArchiveController(FsLockModel) - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController
Creates a new instance of FsFileSystemArchiveController
FsFileSystemArchiveController.MountedFileSystem - Class in de.schlichtherle.truezip.fs.archive
 
FsFileSystemArchiveController.MountedFileSystem(FsArchiveFileSystem<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.MountedFileSystem
 
FsFileSystemArchiveController.MountState<E extends FsArchiveEntry> - Interface in de.schlichtherle.truezip.fs.archive
Represents the mount state of the archive file system.
FsFileSystemArchiveController.ResetFileSystem - Class in de.schlichtherle.truezip.fs.archive
 
FsFileSystemArchiveController.ResetFileSystem() - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.ResetFileSystem
 
FsFilteringManager - Class in de.schlichtherle.truezip.fs
Filters the list of federated file systems managed by the decorated file system manager so that their mount point starts with the prefix provided to the constructor.
FsFilteringManager(FsManager, FsMountPoint) - Constructor for class de.schlichtherle.truezip.fs.FsFilteringManager
Constructs a new prefix filter file system manager from the given file system manager and mount point prefix.
FsFilteringManager.FilteredControllerIterator - Class in de.schlichtherle.truezip.fs
 
FsFilteringManager.FilteredControllerIterator() - Constructor for class de.schlichtherle.truezip.fs.FsFilteringManager.FilteredControllerIterator
 
FsFinalizeController<M extends FsModel> - Class in de.schlichtherle.truezip.fs
Finalizes unclosed resources returned by its decorated controller.
FsFinalizeController(FsController<? extends M>) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController
Constructs a new file system finalize controller.
FsFinalizeController.FinalizeInputStream - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.FinalizeInputStream(InputStream) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeInputStream
 
FsFinalizeController.FinalizeOutputStream - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.FinalizeOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeOutputStream
 
FsFinalizeController.FinalizeReadOnlyFile - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.FinalizeReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeReadOnlyFile
 
FsFinalizeController.FinalizeSeekableByteChannel - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.FinalizeSeekableByteChannel(SeekableByteChannel) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.FinalizeSeekableByteChannel
 
FsFinalizeController.Input - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.Input
 
FsFinalizeController.Nio2Input - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.Nio2Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.Nio2Input
 
FsFinalizeController.Nio2Output - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.Nio2Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.Nio2Output
 
FsFinalizeController.Output - Class in de.schlichtherle.truezip.fs
 
FsFinalizeController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsFinalizeController.Output
 
FsFinalizeController.SocketFactory - Enum in de.schlichtherle.truezip.fs
 
FsFinalizeController.SocketFactory() - Constructor for enum de.schlichtherle.truezip.fs.FsFinalizeController.SocketFactory
 
FsInputOption - Enum in de.schlichtherle.truezip.fs
Defines the options for input operations.
FsInputOption() - Constructor for enum de.schlichtherle.truezip.fs.FsInputOption
 
FsInputOptions - Class in de.schlichtherle.truezip.fs
Provides common input options.
FsInputOptions() - Constructor for class de.schlichtherle.truezip.fs.FsInputOptions
 
FsLockController - Class in de.schlichtherle.truezip.fs
Provides read/write locking for multi-threaded access by its clients.
FsLockController(FsController<? extends FsLockModel>) - Constructor for class de.schlichtherle.truezip.fs.FsLockController
Constructs a new file system lock controller.
FsLockController.GetClosedIcon - Class in de.schlichtherle.truezip.fs
 
FsLockController.GetClosedIcon() - Constructor for class de.schlichtherle.truezip.fs.FsLockController.GetClosedIcon
 
FsLockController.GetOpenIcon - Class in de.schlichtherle.truezip.fs
 
FsLockController.GetOpenIcon() - Constructor for class de.schlichtherle.truezip.fs.FsLockController.GetOpenIcon
 
FsLockController.Input - Class in de.schlichtherle.truezip.fs
 
FsLockController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.Input
 
FsLockController.IOOperation<T> - Interface in de.schlichtherle.truezip.fs
 
FsLockController.IsReadOnly - Class in de.schlichtherle.truezip.fs
 
FsLockController.IsReadOnly() - Constructor for class de.schlichtherle.truezip.fs.FsLockController.IsReadOnly
 
FsLockController.LockInputStream - Class in de.schlichtherle.truezip.fs
 
FsLockController.LockInputStream(InputStream) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.LockInputStream
 
FsLockController.LockOutputStream - Class in de.schlichtherle.truezip.fs
 
FsLockController.LockOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.LockOutputStream
 
FsLockController.LockReadOnlyFile - Class in de.schlichtherle.truezip.fs
 
FsLockController.LockReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.LockReadOnlyFile
 
FsLockController.LockSeekableByteChannel - Class in de.schlichtherle.truezip.fs
 
FsLockController.LockSeekableByteChannel(SeekableByteChannel) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.LockSeekableByteChannel
 
FsLockController.Nio2Input - Class in de.schlichtherle.truezip.fs
 
FsLockController.Nio2Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.Nio2Input
 
FsLockController.Nio2Output - Class in de.schlichtherle.truezip.fs
 
FsLockController.Nio2Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.Nio2Output
 
FsLockController.Output - Class in de.schlichtherle.truezip.fs
 
FsLockController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.Output
 
FsLockController.SocketFactory - Enum in de.schlichtherle.truezip.fs
 
FsLockController.SocketFactory() - Constructor for enum de.schlichtherle.truezip.fs.FsLockController.SocketFactory
 
FsLockController.ThreadLocalUtilFactory - Enum in de.schlichtherle.truezip.fs
 
FsLockController.ThreadLocalUtilFactory() - Constructor for enum de.schlichtherle.truezip.fs.FsLockController.ThreadLocalUtilFactory
 
FsLockController.ThreadUtil - Class in de.schlichtherle.truezip.fs
 
FsLockController.ThreadUtil(Random) - Constructor for class de.schlichtherle.truezip.fs.FsLockController.ThreadUtil
 
FsLockModel - Class in de.schlichtherle.truezip.fs
A file system model which supports multiple concurrent reader threads.
FsLockModel(FsModel) - Constructor for class de.schlichtherle.truezip.fs.FsLockModel
 
FsLockModelController - Class in de.schlichtherle.truezip.fs
An abstract file system controller which requires an FsLockModel so that it can forward calls to its additional protected methods to this model for the convenience of sub-classes.
FsLockModelController(FsLockModel) - Constructor for class de.schlichtherle.truezip.fs.FsLockModelController
Constructs a new file system controller for the given concurrent file system model.
FsLockModelDecoratingController<C extends FsController<? extends FsLockModel>> - Class in de.schlichtherle.truezip.fs
An abstract file system controller which requires an FsLockModel so that it can forward its additional method calls to this model for the convenience of the sub-class.
FsLockModelDecoratingController(C) - Constructor for class de.schlichtherle.truezip.fs.FsLockModelDecoratingController
Constructs a new decorating file system controller.
FsManager - Class in de.schlichtherle.truezip.fs
An abstract container which manages the life cycle of controllers for federated file systems.
FsManager() - Constructor for class de.schlichtherle.truezip.fs.FsManager
 
FsManagerLocator - Class in de.schlichtherle.truezip.fs.sl
Locates a file system manager service of a class with a name which is resolved by querying a system property or searching the class path or using a default implementation, whatever yields a result first.
FsManagerLocator() - Constructor for class de.schlichtherle.truezip.fs.sl.FsManagerLocator
You cannot instantiate this class.
FsManagerLocator.Boot - Class in de.schlichtherle.truezip.fs.sl
A static data utility class used for lazy initialization.
FsManagerLocator.Boot() - Constructor for class de.schlichtherle.truezip.fs.sl.FsManagerLocator.Boot
 
FsManagerProvider - Interface in de.schlichtherle.truezip.fs
A provider for the singleton file system manager.
FsManagerService - Class in de.schlichtherle.truezip.fs.spi
An abstract locatable service for a file system manager.
FsManagerService() - Constructor for class de.schlichtherle.truezip.fs.spi.FsManagerService
 
FsModel - Class in de.schlichtherle.truezip.fs
Defines the common properties of a file system.
FsModel() - Constructor for class de.schlichtherle.truezip.fs.FsModel
 
FsModelController<M extends FsModel> - Class in de.schlichtherle.truezip.fs
An abstract file system controller which implements the FsModelController.getModel() method so that it can forward calls to its additional protected methods to this model for the convenience of sub-classes.
FsModelController(M) - Constructor for class de.schlichtherle.truezip.fs.FsModelController
Constructs a new file system controller for the given model.
FsMountPoint - Class in de.schlichtherle.truezip.fs
Addresses the mount point of a file system.
FsMountPoint(URI) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
FsMountPoint(URI, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new mount point by parsing the given URI.
FsMountPoint(FsScheme, FsPath) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new opaque mount point by composing its URI from the given scheme and path.
FsMountPointBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsMountPointBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsMountPointBeanInfo
 
FsMultiplexedOutputShop<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
Decorates annother output shop to support a virtually unlimited number of entries which may be written concurrently while actually at most one entry is written concurrently to the decorated output shop.
FsMultiplexedOutputShop(OutputShop<E>, IOPool<?>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop
Constructs a new multiplexed output shop.
FsMultiplexedOutputShop.BufferedEntriesIterator - Class in de.schlichtherle.truezip.fs.archive
 
FsMultiplexedOutputShop.BufferedEntriesIterator() - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop.BufferedEntriesIterator
 
FsMultiplexedOutputShop.BufferedEntryOutputStream - Class in de.schlichtherle.truezip.fs.archive
This entry output stream writes the archive entry to an I/O pool entry.
FsMultiplexedOutputShop.BufferedEntryOutputStream(IOPool.Entry<?>, OutputSocket<? extends E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop.BufferedEntryOutputStream
 
FsMultiplexedOutputShop.EntryOutputStream - Class in de.schlichtherle.truezip.fs.archive
This entry output stream writes directly to this output shop.
FsMultiplexedOutputShop.EntryOutputStream(OutputSocket<? extends E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop.EntryOutputStream
 
FsNeedsLockRetryException - Exception in de.schlichtherle.truezip.fs
Indicates that all file system locks need to get released before the operation can get retried.
FsNeedsLockRetryException() - Constructor for exception de.schlichtherle.truezip.fs.FsNeedsLockRetryException
 
FsNeedsLockRetryException(FsModel, Throwable) - Constructor for exception de.schlichtherle.truezip.fs.FsNeedsLockRetryException
 
FsNeedsSyncException - Exception in de.schlichtherle.truezip.fs
Indicates that a file system controller needs to get synced before the operation can get retried.
FsNeedsSyncException() - Constructor for exception de.schlichtherle.truezip.fs.FsNeedsSyncException
 
FsNeedsSyncException(FsModel, String, Throwable) - Constructor for exception de.schlichtherle.truezip.fs.FsNeedsSyncException
 
FsNeedsWriteLockException - Exception in de.schlichtherle.truezip.fs
Indicates that the file system needs to get write locked before the operation can get retried.
FsNeedsWriteLockException() - Constructor for exception de.schlichtherle.truezip.fs.FsNeedsWriteLockException
 
FsNeedsWriteLockException(FsModel) - Constructor for exception de.schlichtherle.truezip.fs.FsNeedsWriteLockException
 
FsOperationContext - Class in de.schlichtherle.truezip.fs.archive
Represents the original values of selected parameters for the file system controller operation in progress.
FsOperationContext(BitField<FsOutputOption>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsOperationContext
 
FsOutputOption - Enum in de.schlichtherle.truezip.fs
Defines options for output operations.
FsOutputOption() - Constructor for enum de.schlichtherle.truezip.fs.FsOutputOption
 
FsOutputOptions - Class in de.schlichtherle.truezip.fs
Provides common output options.
FsOutputOptions() - Constructor for class de.schlichtherle.truezip.fs.FsOutputOptions
 
FsPath - Class in de.schlichtherle.truezip.fs
Addresses an entry in a file system.
FsPath(File) - Constructor for class de.schlichtherle.truezip.fs.FsPath
FsPath(URI) - Constructor for class de.schlichtherle.truezip.fs.FsPath
FsPath(URI, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Constructs a new path by parsing the given URI.
FsPath(FsMountPoint, FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Constructs a new path by composing its URI from the given nullable mount point and entry name.
FsPathBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsPathBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsPathBeanInfo
 
FsPersistentFalsePositiveException - Exception in de.schlichtherle.truezip.fs
Indicates that a file system is a false positive file system and that this exception may get cached until the federated (archive) file system gets synced again.
FsPersistentFalsePositiveException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsPersistentFalsePositiveException
 
FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A read-only virtual file system for archive entries.
FsReadOnlyArchiveFileSystem(EntryContainer<E>, FsArchiveDriver<E>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystem
 
FsReadOnlyArchiveFileSystemException - Exception in de.schlichtherle.truezip.fs.archive
Thrown to indicate that an operation was trying to modify a read-only FsArchiveFileSystem.
FsReadOnlyArchiveFileSystemException() - Constructor for exception de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystemException
 
FsResetController - Class in de.schlichtherle.truezip.fs.archive
Resets the decorated file system controller once the virtual root directory of the file system has been successfully unlinked.
FsResetController(FsController<? extends FsLockModel>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsResetController
Constructs a new file system unlink controller.
FsResourceAccountant - Class in de.schlichtherle.truezip.fs
Accounts for Closeable resources (InputStream, OutputStream etc.) which are used in multiple threads.
FsResourceAccountant(Lock) - Constructor for class de.schlichtherle.truezip.fs.FsResourceAccountant
Constructs a new resource accountant with the given lock.
FsResourceAccountant.Account - Class in de.schlichtherle.truezip.fs
 
FsResourceAccountant.Account() - Constructor for class de.schlichtherle.truezip.fs.FsResourceAccountant.Account
 
FsResourceController - Class in de.schlichtherle.truezip.fs
Accounts input and output resources returned by its decorated controller.
FsResourceController(FsController<? extends FsLockModel>) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController
Constructs a new file system resource controller.
FsResourceController.Input - Class in de.schlichtherle.truezip.fs
 
FsResourceController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.Input
 
FsResourceController.Nio2Input - Class in de.schlichtherle.truezip.fs
 
FsResourceController.Nio2Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.Nio2Input
 
FsResourceController.Nio2Output - Class in de.schlichtherle.truezip.fs
 
FsResourceController.Nio2Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.Nio2Output
 
FsResourceController.Output - Class in de.schlichtherle.truezip.fs
 
FsResourceController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.Output
 
FsResourceController.ResourceInputStream - Class in de.schlichtherle.truezip.fs
 
FsResourceController.ResourceInputStream(InputStream) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.ResourceInputStream
 
FsResourceController.ResourceOutputStream - Class in de.schlichtherle.truezip.fs
 
FsResourceController.ResourceOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.ResourceOutputStream
 
FsResourceController.ResourceReadOnlyFile - Class in de.schlichtherle.truezip.fs
 
FsResourceController.ResourceReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.ResourceReadOnlyFile
 
FsResourceController.ResourceSeekableByteChannel - Class in de.schlichtherle.truezip.fs
 
FsResourceController.ResourceSeekableByteChannel(SeekableByteChannel) - Constructor for class de.schlichtherle.truezip.fs.FsResourceController.ResourceSeekableByteChannel
 
FsResourceController.SocketFactory - Enum in de.schlichtherle.truezip.fs
 
FsResourceController.SocketFactory() - Constructor for enum de.schlichtherle.truezip.fs.FsResourceController.SocketFactory
 
FsResourceOpenException - Exception in de.schlichtherle.truezip.fs
Indicates that a call to FsController.sync(de.schlichtherle.truezip.fs.FsNeedsSyncException) cannot succeed because some threads have unclosed I/O resources, e.g. streams or channels.
FsResourceOpenException(int, int) - Constructor for exception de.schlichtherle.truezip.fs.FsResourceOpenException
 
FsScheme - Class in de.schlichtherle.truezip.fs
Represents a URI scheme according to the syntax constraints defined in RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.
FsScheme(String) - Constructor for class de.schlichtherle.truezip.fs.FsScheme
Constructs a new URI scheme by parsing the given string.
FsSchemeBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsSchemeBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsSchemeBeanInfo
 
FsSyncController<M extends FsModel> - Class in de.schlichtherle.truezip.fs
Performs a sync operation on the file system if and only if any decorated file system controller throws an FsNeedsSyncException.
FsSyncController(FsController<? extends M>) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController
Constructs a new file system sync controller.
FsSyncController.Input - Class in de.schlichtherle.truezip.fs
 
FsSyncController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.Input
 
FsSyncController.Nio2Input - Class in de.schlichtherle.truezip.fs
 
FsSyncController.Nio2Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.Nio2Input
 
FsSyncController.Nio2Output - Class in de.schlichtherle.truezip.fs
 
FsSyncController.Nio2Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.Nio2Output
 
FsSyncController.Output - Class in de.schlichtherle.truezip.fs
 
FsSyncController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.Output
 
FsSyncController.SocketFactory - Enum in de.schlichtherle.truezip.fs
 
FsSyncController.SocketFactory() - Constructor for enum de.schlichtherle.truezip.fs.FsSyncController.SocketFactory
 
FsSyncController.SyncInputStream - Class in de.schlichtherle.truezip.fs
 
FsSyncController.SyncInputStream(InputStream) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.SyncInputStream
 
FsSyncController.SyncOutputStream - Class in de.schlichtherle.truezip.fs
 
FsSyncController.SyncOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.SyncOutputStream
 
FsSyncController.SyncReadOnlyFile - Class in de.schlichtherle.truezip.fs
 
FsSyncController.SyncReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.SyncReadOnlyFile
 
FsSyncController.SyncSeekableByteChannel - Class in de.schlichtherle.truezip.fs
 
FsSyncController.SyncSeekableByteChannel(SeekableByteChannel) - Constructor for class de.schlichtherle.truezip.fs.FsSyncController.SyncSeekableByteChannel
 
FsSyncException - Exception in de.schlichtherle.truezip.fs
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncException
 
FsSyncException(FsModel, IOException, int) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncException
 
FsSyncExceptionBuilder - Class in de.schlichtherle.truezip.fs
Assembles a FsSyncException from one or more IOExceptions by chaining them.
FsSyncExceptionBuilder() - Constructor for class de.schlichtherle.truezip.fs.FsSyncExceptionBuilder
 
FsSyncOption - Enum in de.schlichtherle.truezip.fs
Defines the available options for the synchronization of federated file systems via the methods FsController.sync(BitField) and its many variants and incarnations in the TrueZIP Kernel and client API modules.
FsSyncOption() - Constructor for enum de.schlichtherle.truezip.fs.FsSyncOption
 
FsSyncOptions - Class in de.schlichtherle.truezip.fs
Provides common options for use with FsController.sync(BitField) and its many variants and incarnations in the TrueZIP Kernel and client API modules.
FsSyncOptions() - Constructor for class de.schlichtherle.truezip.fs.FsSyncOptions
 
FsSyncWarningException - Exception in de.schlichtherle.truezip.fs
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncWarningException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncWarningException
 
FsTargetArchiveController<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
Manages I/O to the entry which represents the target archive file in its parent file system and resolves archive entry collisions by performing a full update of the target archive file.
FsTargetArchiveController(FsLockModel, FsController<?>, FsArchiveDriver<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsTargetArchiveController
Constructs a new default archive file system controller.
FsTargetArchiveController.DummyInputService<E extends Entry> - Class in de.schlichtherle.truezip.fs.archive
A dummy input archive to substitute for null when copying.
FsTargetArchiveController.DummyInputService() - Constructor for class de.schlichtherle.truezip.fs.archive.FsTargetArchiveController.DummyInputService
 
FsTargetArchiveController.InputArchive<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
 
FsTargetArchiveController.InputArchive(InputShop<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsTargetArchiveController.InputArchive
 
FsTargetArchiveController.OutputArchive<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
 
FsTargetArchiveController.OutputArchive(OutputShop<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsTargetArchiveController.OutputArchive
 
FsTargetArchiveController.TouchListener - Class in de.schlichtherle.truezip.fs.archive
An archive file system listener which makes the output archive.
FsTargetArchiveController.TouchListener() - Constructor for class de.schlichtherle.truezip.fs.archive.FsTargetArchiveController.TouchListener
 
FsUriModifier - Enum in de.schlichtherle.truezip.fs
Modifies a URI when parsing an FsPath, an FsMountPoint or an FsEntryName.
FsUriModifier() - Constructor for enum de.schlichtherle.truezip.fs.FsUriModifier
 
FsUriModifier.PostFix - Enum in de.schlichtherle.truezip.fs
Post-fixes a URI when it gets canonicalized.
FsUriModifier.PostFix() - Constructor for enum de.schlichtherle.truezip.fs.FsUriModifier.PostFix
 
A B C D E F G H I J K L M N O P Q R S T U V W 
TrueZIP Kernel 7.5.1

Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.