Uses of Interface
org.burningwave.core.io.IterableZipContainer.Entry
Packages that use IterableZipContainer.Entry
-
Uses of IterableZipContainer.Entry in org.burningwave.core.io
Subinterfaces of IterableZipContainer.Entry in org.burningwave.core.ioClasses in org.burningwave.core.io that implement IterableZipContainer.EntryModifier and TypeClassDescriptionstatic classstatic classMethods in org.burningwave.core.io with type parameters of type IterableZipContainer.EntryModifier and TypeMethodDescription<Z extends IterableZipContainer.Entry>
ZIterableZipContainer.getNextEntry()Methods in org.burningwave.core.io that return IterableZipContainer.EntryModifier and TypeMethodDescriptionZipInputStream.Entry.Attached.convert()ZipInputStream.convertCurrentZipEntry()default IterableZipContainer.EntryIterableZipContainer.findFirst(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default IterableZipContainer.EntryIterableZipContainer.findOne(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) IterableZipContainer.getCurrentZipEntry()ZipInputStream.getCurrentZipEntry()IterableZipContainer.getNextEntry(Predicate<IterableZipContainer.Entry> loadZipEntryData) ZipInputStream.getNextEntry(Predicate<IterableZipContainer.Entry> loadZipEntryData) ZipInputStream.getNextEntryAsDetached()ZipInputStream.getNextEntryAsDetached(Predicate<IterableZipContainer.Entry> loadZipEntryData) Methods in org.burningwave.core.io that return types with arguments of type IterableZipContainer.EntryModifier and TypeMethodDescriptiondefault Collection<IterableZipContainer.Entry> IterableZipContainer.findAll(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default Collection<IterableZipContainer.Entry> IterableZipContainer.findAll(Supplier<Collection<IterableZipContainer.Entry>> setSupplier, Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) IterableZipContainer.getEntrySupplier()IterableZipContainer.getEntrySupplier()ZipInputStream.getEntrySupplier()ZipInputStream.getEntrySupplier()Methods in org.burningwave.core.io with parameters of type IterableZipContainer.EntryModifier and TypeMethodDescriptionstatic IterableZipContainerIterableZipContainer.create(IterableZipContainer.Entry zipEntry) Method parameters in org.burningwave.core.io with type arguments of type IterableZipContainer.EntryModifier and TypeMethodDescriptiondefault Collection<IterableZipContainer.Entry> IterableZipContainer.findAll(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default Collection<IterableZipContainer.Entry> IterableZipContainer.findAll(Supplier<Collection<IterableZipContainer.Entry>> setSupplier, Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default Collection<IterableZipContainer.Entry> IterableZipContainer.findAll(Supplier<Collection<IterableZipContainer.Entry>> setSupplier, Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> Collection<T> IterableZipContainer.findAllAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> Collection<T> IterableZipContainer.findAllAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> Collection<T> IterableZipContainer.findAllAndConvert(Supplier<Collection<T>> supplier, Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> Collection<T> IterableZipContainer.findAllAndConvert(Supplier<Collection<T>> supplier, Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default IterableZipContainer.EntryIterableZipContainer.findFirst(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> TIterableZipContainer.findFirstAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> TIterableZipContainer.findFirstAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default IterableZipContainer.EntryIterableZipContainer.findOne(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> TIterableZipContainer.findOneAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) default <T> TIterableZipContainer.findOneAndConvert(Predicate<IterableZipContainer.Entry> zipEntryPredicate, Function<IterableZipContainer.Entry, T> tSupplier, Predicate<IterableZipContainer.Entry> loadZipEntryData) IterableZipContainer.getNextEntry(Predicate<IterableZipContainer.Entry> loadZipEntryData) ZipInputStream.getNextEntry(Predicate<IterableZipContainer.Entry> loadZipEntryData) ZipInputStream.getNextEntryAsDetached(Predicate<IterableZipContainer.Entry> loadZipEntryData)