Uses of Class
org.springframework.boot.loader.zip.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
Modifier 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.Modifier and TypeMethodDescription<E extends ZipEntry>
EZipContent.Entry.as
(BiFunction<ZipContent.Entry, String, E> factory)