Uses of Interface
org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveEntryIterator
Packages that use ChangeSetPerformer.ArchiveEntryIterator
Package
Description
EXPERIMENTAL support for changesets that are applied to archives.
-
Uses of ChangeSetPerformer.ArchiveEntryIterator in org.apache.commons.compress.changes
Classes in org.apache.commons.compress.changes that implement ChangeSetPerformer.ArchiveEntryIteratorModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in org.apache.commons.compress.changes with parameters of type ChangeSetPerformer.ArchiveEntryIteratorModifier and TypeMethodDescriptionprivate ChangeSetResults
ChangeSetPerformer.perform
(ChangeSetPerformer.ArchiveEntryIterator<E> entryIterator, O outputStream) Performs all changes collected in this ChangeSet on the input entries and streams the result to the output stream.