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