TrueZIP 6.8.2

Uses of Class
de.schlichtherle.io.ArchiveFileSystem.ArchiveFileSystemException

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

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