Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ ZipMaker
Method
ZipMaker
src/bin/zip/ZipMaker.java:51–53 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
49
private
BridgeOutputStream bottomOutput;
50
51
public
ZipMaker(String path) throws IOException {
52
this(
new
File(path));
53
}
54
55
public
ZipMaker(File file) throws IOException {
56
if
(file.exists())
Callers
nothing calls this directly
Calls
1
from
Method · 0.95
Tested by
no test coverage detected