Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youlor/unpacker
/ readShort
Method
readShort
dexfixer/src/com/android/dex/Dex.java:351–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
public
short readShort() {
352
return
data.getShort();
353
}
354
355
public
int
readUnsignedShort() {
356
return
readShort() & 0xffff;
Callers
6
readUnsignedShort
Method · 0.95
readShortArray
Method · 0.95
readCode
Method · 0.95
readMap
Method · 0.45
transform
Method · 0.45
printTypeLists
Method · 0.45
Calls
1
getShort
Method · 0.80
Tested by
no test coverage detected