E - The type of the archive entries.interface FsArchiveFileSystemOperation<E extends FsArchiveEntry> extends Link<FsCovariantEntry<E>>
commit() method and the head of the
chain can be obtained by its Link.getTarget() method.
Note that the state of the archive file system will not change until
the commit() method is called!
Implementations do not need to be thread-safe.
void commit()
throws IOException
IOExceptionCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.