|
TrueZIP 6.8.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ArchiveFileSystem.Delta | |
|---|---|
| de.schlichtherle.io | Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. |
| Uses of ArchiveFileSystem.Delta in de.schlichtherle.io |
|---|
| Classes in de.schlichtherle.io that implement ArchiveFileSystem.Delta | |
|---|---|
private static class |
ArchiveFileSystem.AbstractDelta
|
private class |
ArchiveFileSystem.LinkDelta
A simple transaction for creating (and hence probably replacing) and linking an entry in this virtual archive file system. |
| Methods in de.schlichtherle.io that return ArchiveFileSystem.Delta | |
|---|---|
(package private) ArchiveFileSystem.Delta |
ArchiveFileSystem.link(String entryName,
boolean createParents)
Equivalent to link(entryName, createParents, null). |
(package private) ArchiveFileSystem.Delta |
ArchiveFileSystem.link(String entryName,
boolean createParents,
ArchiveEntry template)
Begins a "create and link entry" transaction to ensure that either a new entry for the given entryName will be created or an
existing entry is replaced within this virtual archive file system. |
|
TrueZIP 6.8.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||