Uses of Class
org.springframework.boot.loader.zip.ZipContent.Entry
Packages that use ZipContent.Entry
Package
Description
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
Uses of ZipContent.Entry in org.springframework.boot.loader.zip
Methods in org.springframework.boot.loader.zip that return ZipContent.EntryModifier and TypeMethodDescriptionZipContent.getEntry
(int index) Return the entry at the specified index.ZipContent.getEntry
(CharSequence name) Return the entry with the given name, if any.ZipContent.getEntry
(CharSequence namePrefix, CharSequence name) Return the entry with the given name, if any.Method parameters in org.springframework.boot.loader.zip with type arguments of type ZipContent.EntryModifier and TypeMethodDescription<E extends ZipEntry>
EZipContent.Entry.as
(BiFunction<ZipContent.Entry, String, E> factory)