Uses of Class
cloud.opencode.base.io.compress.ZipBuilder
Packages that use ZipBuilder
-
Uses of ZipBuilder in cloud.opencode.base.io.compress
Methods in cloud.opencode.base.io.compress that return ZipBuilderModifier and TypeMethodDescriptionAdds raw bytes as an entry 添加原始字节作为条目ZipBuilder.addDirectory(Path dir) Adds a directory recursively 递归添加目录Adds a file using its file name as entry name 使用文件名作为条目名添加文件Adds a file with a custom entry name 使用自定义条目名添加文件Adds a string as an entry using UTF-8 encoding 使用UTF-8编码添加字符串作为条目Adds a string as an entry with the specified charset 使用指定字符集添加字符串作为条目static ZipBuilderZipUtil.builder()Creates a new fluent builder for assembling a zip archive 创建一个新的流式构建器用于组装zip归档Sets the archive comment 设置归档注释ZipBuilder.compressionLevel(int level) Sets the compression level (0-9) 设置压缩级别(0-9)