Uses of Class
org.springframework.boot.loader.zip.ZipContent
Packages that use ZipContent
Package
Description
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
Uses of ZipContent in org.springframework.boot.loader.zip
Methods in org.springframework.boot.loader.zip that return ZipContentModifier and TypeMethodDescriptionstatic ZipContentOpenZipContentfrom the specified path.static ZipContentOpen nestedZipContentfrom the specified path.Method parameters in org.springframework.boot.loader.zip with type arguments of type ZipContentModifier and TypeMethodDescription<I> IZipContent.getInfo(Class<I> type, Function<ZipContent, I> function) Get or compute information based on theZipContent.