Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ ToolZip
Method
ToolZip
common/src/main/java/pro/tools/file/ToolZip.java:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
public
final
class
ToolZip {
35
36
private
ToolZip() {
37
throw
new
UnsupportedOperationException(
"我是工具类,别初始化我。。。"
);
38
}
39
40
/**
41
* 批量压缩文件
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected