MCPcopy 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

readUnsignedShortMethod · 0.95
readShortArrayMethod · 0.95
readCodeMethod · 0.95
readMapMethod · 0.45
transformMethod · 0.45
printTypeListsMethod · 0.45

Calls 1

getShortMethod · 0.80

Tested by

no test coverage detected