Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ setData
Method
setData
src/bin/zip/ExtraDataRecord.java:178–180 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
176
}
177
178
public
void
setData(byte[] data) {
179
this.data = data;
180
}
181
182
public
int
readUByte(
int
off) throws IOException {
183
return
ZipUtil.readUByte(data, off);
Callers
1
find
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected