Uses of Interface
org.springframework.boot.loader.zip.CloseableDataBlock
Package
Description
Provides low-level support for handling zip content, including support for nested and
virtual zip files.
-
Uses of CloseableDataBlock in org.springframework.boot.loader.zip
Modifier and TypeMethodDescriptionZipContent.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.