Package org.apache.commons.compress.changes
package org.apache.commons.compress.changes
EXPERIMENTAL support for changesets that are applied to archives.
This API is considered unstable and may be modified or even removed in future releases.
-
ClassDescriptionChangeSet<E extends ArchiveEntry>ChangeSet collects and performs changes to an archive.ChangeSetPerformer<I extends ArchiveInputStream<E>,
O extends ArchiveOutputStream<E>, E extends ArchiveEntry> Performs ChangeSet operations on a stream.Stores the results of a performedChangeSet
operation.