Enum Class的使用
cool.scx.util.ZipUtils.ZipOption
使用ZipUtils.ZipOption的程序包
-
cool.scx.util中ZipUtils.ZipOption的使用
修饰符和类型方法说明static ZipUtils.ZipOptionReturns the enum constant of this class with the specified name.static ZipUtils.ZipOption[]ZipUtils.ZipOption.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为ZipUtils.ZipOption的cool.scx.util中的方法修饰符和类型方法说明static voidZipUtils.unzip(Path zipFilePath, Path outputPath, ZipUtils.ZipOption... zipOptions) 解压static voidZipUtils.zip(Path sourcePath, Path outputPath, ZipUtils.ZipOption... zipOptions) 将文件夹压缩成压缩文件