|
TrueZIP 6.8.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
static interface ArchiveFileSystem.Delta
This interface encapsulates the methods required to begin and commit a simplified transaction (a delta) on this virtual archive file system.
Note that there is no begin or rollback
method in this class.
Instead, begin is expected to be implemented by the
constructor of the implementation and must not modify the file system,
so that an explicit rollback is not required.
| Method Summary | |
|---|---|
void |
commit()
Commits the simplified transaction, possibly modifying the enclosing virtual archive file system. |
ArchiveEntry |
getEntry()
Returns the entry operated by this file system delta. |
| Method Detail |
|---|
ArchiveEntry getEntry()
void commit()
throws IOException
IOException - If the commit operation fails for any I/O
related reason.
|
TrueZIP 6.8.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||