Uses of Record Class
cloud.opencode.base.io.compress.ZipEntrySource
Packages that use ZipEntrySource
-
Uses of ZipEntrySource in cloud.opencode.base.io.compress
Method parameters in cloud.opencode.base.io.compress with type arguments of type ZipEntrySourceModifier and TypeMethodDescriptionstatic voidZipUtil.compressStream(OutputStream output, List<ZipEntrySource> entries, ZipOptions options) Streams entries into the supplied output as a ZIP archive without staging to disk.