接口的使用
org.springframework.boot.loader.zip.CloseableDataBlock
使用CloseableDataBlock的程序包
程序包
说明
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
org.springframework.boot.loader.zip中CloseableDataBlock的使用
修饰符和类型方法说明ZipContent.Entry.openContent()
Open aDataBlock
providing access to raw contents of the entry (not including the local file header).ZipContent.openRawZipData()
Open aDataBlock
containing the raw zip data.