Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youlor/unpacker
/ readInt
Method
readInt
dexfixer/src/com/android/dex/Dex.java:347–349 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
345
}
346
347
public
int
readInt() {
348
return
data.getInt();
349
}
350
351
public
short readShort() {
352
return
data.getShort();
Callers
9
readTypeList
Method · 0.95
readString
Method · 0.95
readFieldId
Method · 0.95
readMethodId
Method · 0.95
readProtoId
Method · 0.95
readCallSiteId
Method · 0.95
readClassDef
Method · 0.95
readCode
Method · 0.95
readTries
Method · 0.95
Calls
1
getInt
Method · 0.45
Tested by
no test coverage detected