| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
FsArchiveFileSystem.PathLink
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.run() method, which may render the operation
illegal and corrupt the file system. |
| Modifier and Type | Method and Description |
|---|---|
(package private) FsArchiveFileSystemOperation<E> |
FsArchiveController.Output.mknod() |
(package private) FsArchiveFileSystemOperation<E> |
FsReadOnlyArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
(package private) FsArchiveFileSystemOperation<E> |
FsArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template)
Begins a transaction to create or replace and finally link a
chain of one or more archive entries for the given
path into
this archive file system. |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.