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<E extends ArchiveEntry>
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<E> entryIterator, O outputStream)
Performs all changes collected in this ChangeSet on the input entries and streams the result to the output stream.
-