类的使用
org.springframework.boot.loader.zip.ZipContent
使用ZipContent的程序包
程序包
说明
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
org.springframework.boot.loader.zip中ZipContent的使用
修饰符和类型方法说明static ZipContent
OpenZipContent
from the specified path.static ZipContent
Open nestedZipContent
from the specified path.类型变量类型为ZipContent的org.springframework.boot.loader.zip中的方法参数修饰符和类型方法说明<I> I
ZipContent.getInfo
(Class<I> type, Function<ZipContent, I> function) Get or compute information based on theZipContent
.