MCPcopy 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

readTypeListMethod · 0.95
readStringMethod · 0.95
readFieldIdMethod · 0.95
readMethodIdMethod · 0.95
readProtoIdMethod · 0.95
readCallSiteIdMethod · 0.95
readClassDefMethod · 0.95
readCodeMethod · 0.95
readTriesMethod · 0.95

Calls 1

getIntMethod · 0.45

Tested by

no test coverage detected