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 ZipContent
OpenZipContent
from the specified path.static ZipContent
Open nestedZipContent
from the specified path.Method parameters in org.springframework.boot.loader.zip with type arguments of type ZipContentModifier and TypeMethodDescription<I> I
ZipContent.getInfo
(Class<I> type, Function<ZipContent, I> function) Get or compute information based on theZipContent
.