Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ writeRaw
Method
writeRaw
src/bin/zip/ZipMaker.java:164–166 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
162
}
163
164
public
void
writeRaw(byte[] data) throws IOException {
165
writeRaw(data, 0, data.length);
166
}
167
168
public
void
writeRaw(byte[] data,
int
off,
int
len) throws IOException {
169
archive.write(data, off, len);
Callers
1
copyZipEntry
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected