类的使用
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 ZipContentOpenZipContentfrom the specified path.static ZipContentOpen nestedZipContentfrom the specified path.类型变量类型为ZipContent的org.springframework.boot.loader.zip中的方法参数修饰符和类型方法说明<I> IZipContent.getInfo(Class<I> type, Function<ZipContent, I> function) Get or compute information based on theZipContent.