Uses of Record Class
cloud.opencode.base.io.compress.ZipResult
Packages that use ZipResult
-
Uses of ZipResult in cloud.opencode.base.io.compress
Methods in cloud.opencode.base.io.compress that return ZipResultModifier and TypeMethodDescriptionstatic ZipResultZipUtil.compress(Path zipFile, Collection<Path> sources, ZipOptions options) Compresses sources into a ZIP usingZipOptions(compression level, exclude globs, encoding, etc.) and returns aggregated statistics.static ZipResultZipUtil.extract(Path zipFile, Path targetDir, ZipOptions options) Extracts a ZIP usingZipOptions(overwrite policy, anti-bomb thresholds) and returns aggregated statistics.static ZipResultZipUtil.extractMatching(Path zipFile, Path targetDir, List<String> patterns) Extracts entries whose names match any of the supplied glob patterns.static ZipResultZipUtil.extractMatching(Path zipFile, Path targetDir, List<String> patterns, ZipOptions options) Extracts entries whose names match any of the supplied glob patterns, with custom options.