Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ readInt
Method
readInt
src/bin/zip/ExtraDataRecord.java:190–192 ·
view source on GitHub ↗
(int off)
Source
from the content-addressed store, hash-verified
188
}
189
190
public
int
readInt(
int
off) throws IOException {
191
return
ZipUtil.readInt(data, off);
192
}
193
194
public
long readLong(
int
off) throws IOException {
195
return
ZipUtil.readLong(data, off);
Callers
nothing calls this directly
Calls
1
readInt
Method · 0.95
Tested by
no test coverage detected