类的使用
org.springframework.boot.loader.zip.ZipContent.Entry
使用ZipContent.Entry的程序包
程序包
说明
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
org.springframework.boot.loader.zip中ZipContent.Entry的使用
修饰符和类型方法说明ZipContent.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.类型变量类型为ZipContent.Entry的org.springframework.boot.loader.zip中的方法参数修饰符和类型方法说明<E extends ZipEntry>
EZipContent.Entry.as
(BiFunction<ZipContent.Entry, String, E> factory)