Uses of Interface
org.springframework.boot.loader.zip.CloseableDataBlock
Packages that use 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.zipMethods in org.springframework.boot.loader.zip that return CloseableDataBlockModifier and TypeMethodDescriptionZipContent.Entry.openContent()Open aDataBlockproviding access to raw contents of the entry (not including the local file header).ZipContent.openRawZipData()Open aDataBlockcontaining the raw zip data.