Uses of Class
org.activiti.cloud.services.common.zip.ZipBuilder
Packages that use ZipBuilder
-
Uses of ZipBuilder in org.activiti.cloud.services.common.zip
Methods in org.activiti.cloud.services.common.zip that return ZipBuilderModifier and TypeMethodDescriptionZipBuilder.appendFile(byte[] content, String... path) Append a file to the zip content.ZipBuilder.appendFile(FileContent fileContent, String... path) Append a file to the zip content.ZipBuilder.appendFolder(String... path) Append a folder to the zip content.