|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ArchiveFileSystem.ArchiveFileSystemException | |
|---|---|
| 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.ArchiveFileSystemException in de.schlichtherle.io |
|---|
| Subclasses of ArchiveFileSystem.ArchiveFileSystemException in de.schlichtherle.io | |
|---|---|
(package private) static class |
ArchiveFileSystem.ArchiveReadOnlyException
This exception is thrown when a client tries to modify a read only virtual archive file system. |
| Methods in de.schlichtherle.io that throw ArchiveFileSystem.ArchiveFileSystemException | |
|---|---|
private ArchiveFileSystem.AbstractDelta.Element[] |
ArchiveFileSystem.LinkDelta.createElements(String entryName,
boolean createParents,
ArchiveEntry template,
int level)
|
private void |
ArchiveFileSystem.LinkDelta.ensureMayBeReplaced(String entryName,
ArchiveEntry oldEntry)
|
(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. |
| Constructors in de.schlichtherle.io that throw ArchiveFileSystem.ArchiveFileSystemException | |
|---|---|
ArchiveFileSystem.LinkDelta(String entryName,
boolean createParents,
ArchiveEntry template)
|
|
|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||