T - The return type of ContentsProcessor.process(String, InputStream, long, long,
ProducerWhichThrows)public static interface ContentsProcessings.ArchiveCombiner<T>
ContentsProcessor.process(String, InputStream, long, long, ProducerWhichThrows)
for all archive entries into one object.| Modifier and Type | Method and Description |
|---|---|
T |
combine(java.lang.String archivePath,
java.util.List<T> combinables)
Is invoked after all entries of an archive have been processed.
|