|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsArchiveFileSystemOperation | |
|---|---|
| de.schlichtherle.truezip.fs.archive | Provides acces to archive files as if they were just directories. |
| Uses of FsArchiveFileSystemOperation in de.schlichtherle.truezip.fs.archive |
|---|
| Classes in de.schlichtherle.truezip.fs.archive that implement FsArchiveFileSystemOperation | |
|---|---|
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. |
| Methods in de.schlichtherle.truezip.fs.archive that return FsArchiveFileSystemOperation | |
|---|---|
(package private) FsArchiveFileSystemOperation<E> |
FsArchiveController.Output.mknod()
|
FsArchiveFileSystemOperation<E> |
FsReadOnlyArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template)
|
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. |
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||