Uses of Interface
org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveEntryIterator
-
Packages that use ChangeSetPerformer.ArchiveEntryIterator Package Description org.apache.commons.compress.changes 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.ArchiveEntryIterator Modifier and Type Class Description private static class
ChangeSetPerformer.ArchiveInputStreamIterator
private static class
ChangeSetPerformer.ZipFileIterator
Methods in org.apache.commons.compress.changes with parameters of type ChangeSetPerformer.ArchiveEntryIterator Modifier and Type Method Description private ChangeSetResults
ChangeSetPerformer. perform(ChangeSetPerformer.ArchiveEntryIterator entryIterator, ArchiveOutputStream out)
Performs all changes collected in this ChangeSet on the input entries and streams the result to the output stream.
-