Uses of Class
kala.compress.changes.ChangeSetResults
-
Packages that use ChangeSetResults Package Description kala.compress.changes EXPERIMENTAL support for changesets that are applied to archives. -
-
Uses of ChangeSetResults in kala.compress.changes
Methods in kala.compress.changes that return ChangeSetResults Modifier and Type Method Description ChangeSetResultsChangeSetPerformer. perform(I inputStream, O outputStream)Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.ChangeSetResultsChangeSetPerformer. perform(ZipArchiveReader reader, O outputStream)Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.private ChangeSetResultsChangeSetPerformer. 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.
-